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

Error diffing if tmp already exists in current folder

From: Francois Beausoleil <fbos_at_users.sourceforge.net>
Date: 2003-08-20 18:33:25 CEST

Hi,

Here's a transcript of what happened:
K:\leadmanagement>svn diff -r PREV:HEAD src\web\WEB-INF\web.xml.in
svn: Accès refusé.
svn: svn_io_open_unique_file: error opening 'tmp'

K:\leadmanagement>rd /s/q tmp

K:\leadmanagement>svn diff -r PREV:HEAD src\web\WEB-INF\web.xml.in
Index: src/web/WEB-INF/web.xml.in
===================================================================
--- src/web/WEB-INF/web.xml.in (revision 299)
+++ src/web/WEB-INF/web.xml.in (revision 301)

K:\leadmanagement>svn --version
svn, version 0.26.0 (r6550)
   compiled Aug 1 2003, 07:35:50

Server is Win2K SP3, Apache 2.0.47, 0.26.0. Local workstation is same
physical machine.

I had to delete the tmp/ folder so that the diff could work.

I would have expected Subversion to try and create another tmp/ folder
with a suffix appended so that I would not have to delete the folder.
Alternatively, the tmp/ folder could have been created in the .svn/
administrative area.

I searched the issues database and found 1128, which is something else
altogether.

Should I file an enhancement request ?

Bye !
Francois
Developer of Java Gui Builder
http://jgb.sourceforge.net/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Aug 20 18:34:17 2003

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.