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

Subversion bug when performing actions on individual files on a Samba share

From: Bryan Tong Minh <bryan.tongminh_at_gmail.com>
Date: Sat, 18 Apr 2009 12:42:28 +0200

Hello,

When I have a working copy using SVN 1.6.1, I can't perform actions on
individual files when they are located on a Samba share. For a file
"trunk/file.c" it tries to get "trunk/file.c/.svn/entries" instead of
"trunk/.svn/entries" or which ever file in the .svn directory it is
supposed to access.

I am using SVN on a Windows Vista x64 computer. The wc is located on a
samba share which is mapped to a windows drive letter. SVN is
downloaded as binary from tigris.

Z:\>svn --version
svn, version 1.6.1 (r37116)
   compiled Apr 10 2009, 19:06:38

== How to reproduce ==
(D: is a local drive, Z: is a samba mount)

D:\>svn checkout http://svn.collab.net/repos/svn/trunk/www/
[...]
Checked out revision 37352.

D:\>svn rm www\index.html
D www\index.html

D:\>Z:

Z:\>svn checkout http://svn.collab.net/repos/svn/trunk/www/
[...]
Checked out revision 37352.

Z:\>svn rm www\index.html
svn: Can't open file 'www\index.html\.svn\entries': De mapnaam is ongeldig.

Z:\>

Please inform me if you need any further information.

Best regards,

Bryan

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1787205
Received on 2009-04-18 14:26:40 CEST

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.