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

update + line ending translation error

From: Vladimir Prus <ghost_at_cs.msu.su>
Date: 2002-02-14 11:27:00 CET

Hello,
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
Received on Sat Oct 21 14:37:07 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.