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
workingcopyOfA
workingcopyOfB
somedir2
somedir3
workingcopyOfC
workingcopyOfD
Now they all contain changes which I would like to check-in at once (calling svn
only once for convenience, using only one new revision number for simplicity).
Is this possible? Is this what changelists are meant for? What can I do if I use svn
< v1.5?
(There are some similar questions here on SO, but they refer to different problems.)
EDIT: To clarify: The working copies all belong to the same repository, but to different parts, i.e. the repository looks like this:
RepoDirA
RepoDirB
RepoDirC
RepoDirD