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

Re: update + line ending translation error

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-02-14 22:38:16 CET

Vladimir, excellent script! This is making debugging *much* easier,
thank you for the user-friendly packaging...

Back to debugging,
-Karl

Vladimir Prus <ghost@cs.msu.su> writes:
> the following script
>
> #!/bin/sh
>
> svnadmin create /tmp/svn
> mkdir A
> mkdir A/B
> echo "foo" > A/B/C
> svn import file:///tmp/svn A A
> rm -rf A
> svn co file:///tmp/svn/A
> cd A
> echo "bar" >> B/C
> svn propset svn:eol-style native B/C
> svn ci -m ""
> echo "giz" >> B/C
> svn ci -m ""
> echo "bar" >> B/C
> svn up -r 2
>
> results in
>
> svn_error: #21036 : <Problem running log>
> in directory ./B
>
> apr_error: #2, src_err 0 : <No such file or directory>
> svn_wc_copy_and_translate: error opening
> `./B/./B/.svn/tmp/C.62028.00001.tmp'
>
> - Volodya
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:37:08 2006

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.