Re: Minor bug in svn mv?
From: François Beausoleil <fbeausoleil_at_ftml.net>
Date: 2004-10-18 19:09:45 CEST
kfogel@collab.net wrote:
In fact, it's probably the Hidden flag Michael's talking about. Here's
cd \
Here's a sample run:
$ svn --version
[snip]
$ svn co file:///repos wc
$ cd wc
$ md dir1
$ echo 1>dir1\file1.txt
$ svn add dir1
$ svn ci -m "rev 1"
$ attrib dir1\.svn
$ svn mv dir1 dir2
$ svn ci -m "rev 2"
Committed revision 2.
$ attrib dir2\.svn
Notice the difference between the attributes of dir1\.svn and dir2\.svn
Hope that helps,
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.