Displaying 1 result from an estimated 1 matches for "svn_load_dirs".
2011 Feb 03
1
Problem with --link-dest from within subversion working copy
...e hello-2.5 created in step 1) and import the stuff into
the repository: svn import -m "" svn://localhost/hello/import
9) Create a tag from it: svn cp -m "" svn://localhost/hello/import
svn://localhost/hello/tags/HELLO_2.5
10) Go to hello-2.6 from step 1) and import this, too: svn_load_dirs -t
tags/HELLO_2.6 -wc $HOME/hello svn://rohan/hello import .
11) Checkout from both tags:
- cd ~
- svn co svn://localhost/hello/tags/HELLO_2.5
- svn co svn://localhost/hello/tags/HELLO_2.6
12) cd into HELLO_2.5 and run "rsync -ac --delete ./*
[remote:]/some/dir2/HELLO_2.5"
13) cd...