[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Help or suggestions on porting to subversion

From: San Martino <sanmrtn96_at_gmail.com>
Date: Fri, 12 Nov 2010 01:33:21 +0100

Hello Johan

2010/11/11 Johan Corveleyn <jcorvel_at_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
Received on 2010-11-12 01:34:01 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.