Tagged Questions

3
votes
1answer
164 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 ...
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\ ...