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

peg revisions and cat.

From: Vivek <vivek_at_collab.net>
Date: 2005-06-18 11:37:11 CEST

Cat takes peg revisions into consideration. Currently this is what
happens:
[vivek@vivek wc 14:55:13]$ svn cat add1@4
Thu Jun 9 12:19:13 IST 2005
Sat Jun 18 14:40:27 IST 2005

[vivek@vivek wc 14:57:26]$ svn cat add2
Thu Jun 9 12:19:15 IST 2005

[vivek@vivek wc 14:57:45]$ svn cat add1 add1@1 add2
Thu Jun 9 12:19:13 IST 2005
Sat Jun 18 14:40:27 IST 2005
subversion/libsvn_fs_fs/tree.c:313: (apr_err=160013)
svn: File not found: revision 1, path '/add1'

And :
[vivek@vivek wc 14:58:39]$ svn cat add1 add1@5 add2
Thu Jun 9 12:19:13 IST 2005
Sat Jun 18 14:40:27 IST 2005
subversion/libsvn_fs_fs/fs_fs.c:1142: (apr_err=160006)
svn: No such revision 5

Should these errors also be skipped?
Thanks,
Vivek

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Jun 18 11:37:08 2005

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.