-
Don't show unmodified icon
It is not necessary to show an unmodified icon if a file isn't modified. The solution explorer will look cleaner with less noise. Please add at least an optional setting for this.
3 votes -
Add Username Filter to History Viewer
It would be very useful to be able to filter the history viewer for a particular user/developer. This has two benefits: 1) When performing code reviews it is helpful to see revisions pushed by a specific developer 2) Our CI system produces several checkins and having to wade through meaningless revisions (in the context of Visual Studio - the CI server checks in an obfuscator file which doesn't affect the solution).
15 votes -
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.
-
Ability to set svn properties on multiple files at once and on entire folder recursively
Currently svn properties can be set only for a single file at once, for example, the 'svn:needs-lock' property.
It would be great if this could be done for multiple files at once or an entire folder recursively.
7 votes -
Fix 'Failed to save open documents before committing' error
I would have submitted this to the issue tracker or mailing list, but both were so user-unfriendly that I thought I'd do it here.
The issue (present in 2.1.10129.17) seems to be that, when no documents are open in VS, committing changes results in an error dialog saying "Failed to save open documents before committing." I finally figured out a workaround - open a document before trying to commit.
9 votes -
question:
when I commit in Visual studio, this screen appears:
"You are trying to commit files from several subversion working copies. Which working copies would you like to commit with the current log message?"
After this there is a list of paths. My question is: is there a way to remove all these paths. I only need one of them and now I always need to check/uncheck the right one out of this list.
Thanks!3 votesThis tracker is for ideas, not for bug reports and questions. (Use users@ankhsvn.open.collab.net for that).
Your fix would be to not select files from multiple working copies or if the multiple working copies are from a single repository: to wait for Subversion1.7 / AnkhSVN 2.3, which will allow committing from multiple repositories at once.
Moving a target to the ignore-on-commit list will make sure it isn’t checked by default.
-
Enable 'svn-add'ing references
You should be able to add references , where the assembly is a local file in the solution directory, to Subversion more easily
195 votesLooking at better options.
Current workaround is adding the files to a project or the solution.
-
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 -
Add TFS issue tracker integration
Although TFS is generally used as a combined issue tracker and source repository, many of the projects at my company use SVN for source control due to legacy reasons and TFS for work item tracking.
I'd love to see the ability to link SVN changes to TFS Work Items using a built-in issue tracker extension.
12 votes -
add donations. I want to pay for AnkhSVN
Great product. I want to pay
2 votesAs some of you might (or might not) know my work on AnkhSVN, SharpSvn and Subversion is paid by CollabNet.
So the development is partially funded by companies that subscribe to CollabNet support packages (which btw. include AnkhSVN support).
We are currently not looking at opening other ways of funding, but casting a lot of votes on this request might make us change our mind.
-
23 votes
-
Add mini-AnkhSVN plugin implementing the old MSSCCI api
This would allow using a subset of the AnkhSVN 2.X support from older Visual Studios and other applications that use the MSSCCI api.
13 votes -
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
-
Allow reverting of delete file commits
Once a file deletion has been committed, it is extremely difficult to undo this. The only way I managed to do it was to find the revision where it occurred in the History Viewer, choose "Revert changes from this revision" (thereby reverting all the changes done there) and then again reverting the other changes.
Much simpler if I could select the "delete file" action in the History Viewer's changed paths and choose "Revert".
9 votes -
exclude lists
Multiple exclude lists to hide elements that should not (yet) committed, would be nice.
24 votes -
Create a MS SQL Server Plugin
Visual Studio plugin is great. Any plans to create a SQL Server Manager plugin?
2 votes(no timetable yet)
-
Expression Blend 3 Support
Can ankh SVN be made to integrate with Microsoft Expression Blend Studio 3?
158 votesIt’s not possible to use the current AnkhSVN inside Blend. Getting this done would mean implementing a new SCC provider for Blend (it has a very different interface), It does look like it’s a lot less work to do so. Keep the votes coming, and we might consider it :-)
-
Check StyleCop before commit
If any violations are present then refuse commit.
45 votesQuite a specific feature, maybe this should be implemented using client-side hooks that are described in another uservoice idea
-
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)
-
force a build before commit if build fails do not commit.
It wuould be nice to prevent code that does not build to be committed. This would prevent broken code to go to the repository and no more broken build warnings from cruise control.
38 votesThis looks like a great suggestion for an AnkhSVN-Addin.
This feature wouldn’t be generally usable as Subversions mixed revision working copies make it impossible to guarantee that a local successful build is succesfull on a different pc.
- Don't see your idea?