Displaying 1 result from an estimated 1 matches for "anon_access".
2011 Feb 03
1
Problem with --link-dest from within subversion working copy
...dest=../HELLO_2.5 ./* [remote:]/some/dir1/HELLO_2.6"
This creates some hard-linked files in the destination as expected.
Now import both into some subversion repository and rerun the above from
their checkouts:
4) svnadmin create /some/other/dir/hello.
5) sed -i 's%# anon-access = read%anon_access = write%'
/some/other/dir/hello/conf/svnserve.conf
6) svnserve -r /some/other/dir -d
7) Checkout, create import and tags directories and switch to import:
- cd ~
- svn co svn://localhost/hello
- cd hello
- mkdir import tags
- svn add *
- svn commit -m ""
- svn switch s...