Re: mergeinfo marked not inheritable on sparse checkout
From: Douglas Wilson <douglasg.wilson_at_gmail.com>
Date: Tue, 1 Nov 2011 16:02:19 -0700 (PDT)
On Oct 22, 2:25 am, Stefan Sperling <s..._at_elego.de> wrote:
I think I left out the import..lemme try again:
touch $DIR/src/trunk/dir1/file1.txt
svnadmin create $DIR/testrepo
svn import -m "Import test directory" $DIR/src file://$DIR/testrepo
svn cp file://$DIR/testrepo/trunk file://$DIR/testrepo/branches/testbranch
svn co --non-recursive file://$DIR/testrepo/trunk test
print "Changes" >$DIR/test/dir1/file1.txt
cd test
svn merge -r 2:3 file://$DIR/testrepo/trunk .
|
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.