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

Re: Symlinks

From: David O'Shea <david.oshea_at_s3group.com>
Date: Wed, 27 Feb 2008 15:10:01 +0000

On 20/02/2008 22:22, Miller, Eric wrote:
> There are a few open bugs on symbolic links.
> All of these looked fixed on trunk to me:
> http://subversion.tigris.org/issues/show_bug.cgi?id=2284
> http://subversion.tigris.org/issues/show_bug.cgi?id=2305
> http://subversion.tigris.org/issues/show_bug.cgi?id=2352
> http://subversion.tigris.org/issues/show_bug.cgi?id=2631
> http://subversion.tigris.org/issues/show_bug.cgi?id=2716

There are other issues too. The following sequence fails both on 1.4 and
on 1.5alpha2 with "No such file or directory":

svnadmin create repos
svn co file://$(pwd)/repos tmp

cd tmp
svn mkdir trunk trunk/a trunk/b trunk/c
touch trunk/a/file
ln -s ../a/file trunk/c/link
svn add trunk/a/file trunk/c/link
svn ci -m "Create skeleton."
svn cp trunk branches
svn ci -m "Make branch."

touch trunk/b/file
svn rm trunk/a/file
rm trunk/c/link
ln -s ../b/file trunk/c/link
svn ci -m "Make changes."

svn merge -c3 trunk branches

Regards,

David.

-- 
The information contained in this e-mail and in any attachments is confidential and is designated solely for the attention of the intended recipient(s). If you are not an intended recipient, you must not use, disclose, copy, distribute or retain this e-mail or any part thereof. If you have received this e-mail in error, please notify the sender by return e-mail and delete all copies of this e-mail from your computer system(s).
Please direct any additional queries to: communications_at_s3group.com.
Thank You.
Silicon and Software Systems Limited. Registered in Ireland no. 378073.
Registered Office: South County Business Park, Leopardstown, Dublin 18
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-02-27 16:27:46 CET

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

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