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

Re: [PATCH] Fix issue #2305 - 'svn info' on working copy symlink fails

From: Madan U Sreenivasan <madan_at_collab.net>
Date: 2005-11-22 06:09:52 CET

On Tue, 2005-11-15 at 09:04, Alexander Thomas wrote:
> Patch attached for fixing Issue #2305 - 'svn info' on working copy
> symlink fails.
>
> Recipe to reproduce this issue is as follows
>
> svnadmin create /tmp/repos
> svn co file:///tmp/repos /tmp/wc
> ln -s /tmp/wc /tmp/wc_s
> svn info /tmp/wc_s
>

--------------------8<-----------------
#!/bin/sh

rm -rf 2305
mkdir 2305
cd 2305

# now the actual stuff
svnadmin create repos
svn co file://`pwd`/repos `pwd`/wc
ln -s wc wc_s
svn info wc_s

cd ..
--------------------8<-----------------
Wont that be a better script?

Regards,
Madan.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Nov 22 06:02:18 2005

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.