Hello Johan 2010/11/11 Johan Corveleyn <jcor...@gmail.com>: > I think you can also make a tag or branch of a subset of files > completely on the server (without the need to create a sparse working > copy first). This can be done with the --parents option of "svn copy", > and multiple SRC arguments (which can all be url's): > > svn copy --parents > https://svn.example.com/trunk/dirwithmanyfiles/file1 > https://svn.example.com/trunk/dirwithmanyfiles/file2 > https://svn.example.com/branches/mybranch/dirwithmanyfiles
$ svn --version svn, versione 1.6.5 (r38866) Aug 31 2009, 18:42:02 $ svn mkdir file:///home/x/repo/tag/change001/ $ svn copy --parents file:///home/x/repo/trunk/test/java_imports file:///home/x/repo/tag/change001/ $ svn ls file:///home/x/repo/tag/change001/ java_imports >From the help "svn copy --parents" should create "some" missing directories..doesn't it? Do you have any idea why I don't see any directories in the repository under change001? thanks