-
Unable to compare binary files
Ocassionally I get the error ...
"Unable to compare binary files"These are not binary files.
When trying to review changes before checkin.
It kind of makes sense if I cannot access the server (VPN not on)But it is annoying when I am on the network at work.
It is good that you do not crash and show a dialog with a stacktrace.
It is not good that if I press the submit feedback button the email bounces. I have stopped using this button.Thank you for your time on this issue.
2 votes -
Annotate to go to the line number chosen by the user
It would be very handy it the annotate feature opens and goes to the line I've chosen when selecting this option. Let's assume I've clicked on a line 5000 and chosen Annotate - I would assume I would like to see this region being annotated. At the moment this feature opens at the top and I have to jump-to-line and remember the line I'm interested in.
2 votes -
Access Developer Extension
I hope the project can add a wrapper for old-style MSSCCI, which is used by Access Developer Extension.
I will yield the project to get into the environ with only VBA.
1 voteIt should be possible to implement a MSSCCI provider using .Net 4.0 as that can work side by side in .Net 1.X applications.
This would allow some level of code reuse. (But none of the current AnkhSVN developers is personally interested in this feature at this time)
-
My workplace use a proxy but at home i dont. It would be nice if Ankh could be set to use IEs proxy.
1 voteThe best place to implement this would be in the Subversion core libraries. Otherwise some subversion clients would work while others fail.
(The proxy settings in Tools→Options→Source Control→Subversion also apply to all other Subversion clients, as they just change the shared registry location)
-
View older revisions in Repository Explorer
Currently the Repository Explorer shows the current state of the repository. It would be nice to be able to see an older state (ie. older revision).
For example, if a file or directory is deleted, currently the only way to find it is to browse through the History Viewer, trying to find it there.
1 voteThis is a valid use case, but I would prefer a separate window for browsing through the repository as it was some time ago
-
Add "Open With..." option to file context menu in Pending Changes
The context menu for modified files in the Pending Changes tool window is lacking an "Open With..." item.
"Open With" is useful when reviewing changes that open up a full designer - for example, complex XAML Workflows can take a very long time to open and occasionally it makes more sense to open them with the XML Editor.
This is true for just about all files with designers.
1 vote -
When updating, file are briefly shown as changed
I can see a new issue in 2.3 (SVN 1.7) - when I update from the Pending changes, some files are for a brief moment shown as red (changed, added, or deleted). This happens only for a short while and disappears once the update is completed.
1 voteKnown issue. While updating we sometimes receive external file changed events, but in these cases Subversion doesn’t allow checking the status. This causes them to show up as new file.
It would be nice if we can suppress these unneeded events.
-
history window: View file
I'm missing a simple feature; viewing a file from the history window (no diff) and if possible from an external editor.
1 vote -
not to show "select item for diff" dialog in some cases
For example when I call "show changes" from commit dialog for the files a have just patiently selected.
1 vote -
Bug VS2010 automatically lock files on change without user confirmation
Version 2.3.11269 does not appear to pay attention to the setting "automatically lock files on change without user confirmation". Even when it is checked, the confirmation dialog appears.
1 vote -
I clicked download now button for ankh update
How about starting a progress bar to show the download is working? I am taken to another web page that doesn't say anything about downloads. How do I download?
1 vote -
Download button is really not obvious
I suggest you put a download link that clearly states: "Download", at put it under a "Download Links" section, rather than only an icon displayed in some kind of area that looks like a notice or ad section that eyes naturally ignore.
1 vote -
Make it possible to enable "Auto Lock" without setting "needs-lock" for files
If I understand correctly subversion-lock on files that don't have the needs-lock property set, can still be committed by other users, thus not changing the behavior that much, if locked. Having every source file change "Auto Lock" would therefore inform the user that the file is worked on by someone, before him/her starting to work on it, without "upsetting" the "svn philosophy" too much...
We have some sensitive code that would benefit greatly from this. Also, when in a major rewrite of a lot of code, as we are now, merging sometimes is as much work as the actual coding…1 vote -
save the 'Pending Change' Message between application restarts
Ever written a long ass commit message, documented everything perfectly, only to then have VS crash on you? You come back and all that beautiful typing is gone! Documentation, all over again!
:)
1 vote -
Anonymise the email addresses on the error reports
I used to get NO spam whatsoever, because I've always been so careful not to keep my address off the internet. Recently I've been getting heaps of spam and I wondered where it came from so I searched for my email address on google and then got a page of hits on this ankhsvn site. I did not expect my address to be publicised when I submitted error reports, especially not with my full name!
1 vote -
Bug VS2010 Automatically Lock Files not working
Hi,
File is not getting automatically locked if User changes anything in the file.
Thanks
1 voteDoes this file have svn:needs-lock set?
-
It would be very useful to have an option in the context menu that allows you to copy the filepaths of selected check-ins.
It would be very useful to have an option in the context menu that allows you to copy the filepaths of selected files like the tortoise interface has.
1 vote -
Error doing Update Solution to Latest
AnkhSVN - Subversion Support for Visual Studio 2.5.12073.361
AnkhSVN - Subversion Support for Visual Studio 2.5.12073.361
* Ankh.Package 2.5.12073.361
* Subversion 1.8.0 via SharpSvn 1.8000.2461.14986Visual Studio 2010, TortoiseSVN 1.8.1, Build 24570 - 64 Bit
SharpSvn.SvnRepositoryIOException: DAV request failed: Content length required
at SharpSvn.SvnClientArgs.HandleResult(SvnClientContext client, SvnException error, Object targets)
at SharpSvn.SvnClientArgs.HandleResult(SvnClientContext client, svnerrort* error, Object targets)
at SharpSvn.SvnClient.Update(ICollection1 paths, SvnUpdateArgs args, SvnUpdateResult& result)
1 groups, SvnUpdateResult& updateResult)
at SharpSvn.SvnClient.Update(String path, SvnUpdateArgs args, SvnUpdateResult& result)
at Ankh.Commands.SolutionUpdateCommand.PerformUpdate(CommandEventArgs e, ProgressWorkerArgs wa, SvnRevision rev, Boolean allowUnversionedObstructions, Boolean updateExternals, Boolean setDepthInfinity, IEnumerable
at Ankh.Commands.SolutionUpdateCommand.<>cDisplayClass9.<OnExecute>b6(Object sender, ProgressWorkerArgs a)
at Ankh.ProgressRunnerService.ProgressRunner.Run(Object…1 vote -
Do not crash when comparing csproj files.
When I am reviewing before a checkin it is good if I review EVERYTHING.
The fact that your tool thinks a csproj file is binary is not helpful.Your greatest strength is being aware of visual studio.
Good Luck.1 vote -
That AnkhSVN learns to recognize when files are deleted
Subject: Error handling PendingChangesCreatePatch (SVNERRWCPATHUNEXPECTED_STATUS)
[ Please send this as plain text to allow automatic pre-processing ]SharpSvn.SvnException:
Expected node '[...]\Content\jquery-ui\base\jquery.ui.accordion.css' to be added.
at SharpSvn.SvnClientArgs.HandleResult(SvnClientContext client, SvnException error, Object targets)
at SharpSvn.SvnClientArgs.HandleResult(SvnClientContext client, svnerrort* error, Object targets)
at SharpSvn.SvnClient.Diff(SvnTarget source, SvnRevisionRange range, SvnDiffArgs args, Stream result)
at Ankh.Services.PendingChanges.PendingChangeHandler.<>cDisplayClass4.<CreatePatch>b0(Object sender, ProgressWorkerArgs e)
at Ankh.ProgressRunnerService.ProgressRunner.Run(Object arg)svn-version=1.8.4
os-version=6.1.7601.65536
ankh-version=2.5.12266.473
sharpsvn-version=1.8004.2605.15365
command=PendingChangesCreatePatch
vs-version=12.0.30501.01 vote
- Don't see your idea?