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

Re: Backing out changes: the prefered method?

From: Sean Russell <ser_at_germane-software.com>
Date: 2002-01-31 01:31:03 CET

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Wednesday 30 January 2002 15:21, Philip Martin wrote:
> Sean Russell <ser@germane-software.com> writes:
> > How will diffs on directories show up? At the moment if I have:
...
> In what way? svn diff -rREV1:REV2 cannot yet show deleted files in
> deleted directories, but svn diff -rREV should work:

ser@maus ~% svnadmin create repos
ser_at_maus ~% svn co file:///home/ser/repos/ -d wc
ser@maus ~% cd wc
ser@maus ~/wc% mkdir A
ser@maus ~/wc% echo foo > A/b
ser@maus ~/wc% svn add A A/b
A A
A A/b
ser@maus ~/wc% svn ci
Adding /home/ser/wc/A
Adding /home/ser/wc/A/b
Committed revision 1.
ser@maus ~/wc% svn up
ser@maus ~/wc% svn mv A B
A B
D A/b
D A
ser@maus ~/wc% svn ci
Deleting /home/ser/wc/A
Adding /home/ser/wc/B
Committed revision 2.
ser@maus ~/wc% svn up
D ./A
ser@maus ~/wc% echo bar >> B/b
ser@maus ~/wc% svn ci
Sending /home/ser/wc/B/b
Committed revision 3.
ser@maus ~/wc% svn up
ser@maus ~/wc% svn diff -r1 B/b

svn_error: #21054 : <Filesystem has no such file>
  file not found: filesystem `/home/ser/repos/db', revision `1', path `/B'

- --
 |.. "Erotic is when you do something sensitive and imaginative with a
<|> feather. Kinky is when you use the whole chicken."
/|\ -- Jon Collee
/|
 |
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE8WJBWP0KxygnleI8RAtmQAJ4qTmQBq5Z7HE9zqHCe/RugPciDxgCfUAuT
jmlafvrrNqVZTc0P4dOcAwo=
=h/1w
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:37: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.