Tagged Questions
5
votes
1answer
410 views
How do you remove a file from a subversion changelist?
I had a file in a subversion changelist that I later reverted. It is now still listed in the changelist even though it has no modification. How do I get rid of this changelist?
$ svn status
--- ...
3
votes
1answer
447 views
SVN diff with revision range and changelists
I'm having some troubles with SVN changelists and svn diff. Particularly I want to obtain the change history of a certain list of files for a specified range of revisions.
SVN changelists seem like ...
3
votes
1answer
165 views
How to only commit files in the unnamed changelist with SVN?
I am using the command line SVN client (for speed reasons) and have a changelist of files that I wish to ignore on each commit (much like TortoiseSVN does). Is there a way to commit all files except ...
2
votes
2answers
444 views
check if files have been changed with Subversion svn
I'm using Subversion svn under windows in cmd.
How can I check which files have been changed from the revision before? I tried
svn.exe info --changelist xx # xx is a revision number
But there is ...
0
votes
1answer
89 views
Is there a way to get subversion to add files to a default changelist?
I'd like to be able to tell svn to automatically add new files to a default changelist, mostly as a workaround to svn's lack of a "no changelist" filter. Is there an official way of doing this? I can ...
0
votes
5answers
205 views
Subversion: Can I commit several checked-out folders at once?
Let's say I have working copies of several different folders from my SVN repository scattered across my file system. Their parent directories are not part of the repository. E.g.
somedir1\
...