On 2004-10-18 16:34:31 +0200, Michael Abele wrote:
> Hello,
>
> I think we have found a small bug in svn mv. We are using Subversion
> 1.0.6 on Windows with Apache 2.0.46. As I could not find any issue in
> the tracker, I think the problem is not solved in newer SVN versions.
> Normally we use TortoiseSVN but I was able to reproduce the bug with
> command line svn.
>
> It occurs if we try to rename a folder with svn mv:
> svn mv folder1 folder_1
>
> Svn creates a new folder "folder_1" but even after a commit the .svn
> folder inside the directory does not have the system flag property.
----8<----
I assume you mean the system attribute under windows (attrib +S)? If
that's the case, I've *never* observed svn to set that attribute. It
does, however, set the "hidden" attribute (attrib +H)
D:\src\branches\ec-4.4\java>attrib .svn
H D:\src\branches\ec-4.4\java\.svn
-Dominic
- application/pgp-signature attachment: stored
Received on Mon Oct 18 19:22:16 2004