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

Re: Symbolic link bug? Untouchable link files?

From: Karol Szkudlarek <karol_at_mikronika.com.pl>
Date: 2005-06-07 12:40:13 CEST

1) On server I created repo.

2) Script corrupt_svn.sh (runs on linux client).

3) Script corrupt_svn_win.cmd returns error (runs on Windows client):

Sending link
Transmitting file data .svn: Commit succeeded, but other errors follow:
svn: Error bumping revisions post-commit (details follow):
svn: In directory 'C:/tmp/testowy3'
svn: Error processing command 'committed' in 'C:/tmp/testowy3'
svn: Error replacing text-base of 'link'
svn: Unsupported special file type ''

and after all I can't checkout new working copy on both systems.

Now I think it will be more clear...

Greets,Karol
Karol Szkudlarek wrote:

#!/bin/sh

cd ~/var/svn/
svn co svn+ssh://ksi/var/svn/testowy3
cd testowy3
mkdir a
ln -s a link
svn add a
svn add link
svn ci -m"test lin"

svn co svn+ssh://ksi/var/svn/testowy3
cd testowy3
touch link
svn ci -m"test win"

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jun 7 12:42:00 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.