svn status -v
From: Tanaka Akira <akr_at_fsij.org>
Date: 2006-08-14 06:41:48 CEST
Hi. I found a curious result of svn status -v.
1. create a repository and checkout it.
| nute% cd /tmp
2. create d1 and d1/f.
| nute% mkdir d1
3. copy d1 to d2.
| nute% svn cp d1 d2
4. the committed revision of d2/f is 2.
| nute% svn up
5. update to revision 1, and update to revision 2.
| nute% svn up -r 1
6. the committed revision of d2/f is 1.
| nute% svn status -v
The committed revision of d2/f is changed from 2 to 1.
Is the change is intentional?
I checked Subversion 1.2.3 from Debian, Subversion 1.3.2 and
-- Tanaka Akira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Mon Aug 14 06:43:01 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.