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

RE: Locating directory in old revision

From: Srilakshmanan, Lakshman <lakshman.srilakshmanan_at_police.vic.gov.au>
Date: 2007-12-24 00:40:39 CET

Hi John,

You are right, "previous states are preserved".

I think what you want is svn -r nnn http://10.0.0.200/svn/server/mod@145

You may want to read the section on Pegged revision
http://svnbook.red-bean.com/en/1.1/ch07s03.html

Thanks
Lakshman
-----Original Message-----
From: John [mailto:subversion@jelmail.com]
Sent: Monday, 24 December 2007 10:34 AM
To: users@subversion.tigris.org
Subject: Locating directory in old revision

Hi,

I want to export a directory from my repos that does not exist in the
latest revision.

I can see it if I use "svn list -r nnn"

However if I do "svn info -r nnn" I get an error like the below:

$ svn list -r 145 http://10.0.0.200/svn/server/mod
 svn: REPORT request failed on '/svn/!svn/bc/155/server/mod'

(I'm trying to extract r145, current is r155)

After revision 145, I moved the directory to another part of my tree:

svn mv http://10.0.0.200/svn/server/mod http://10.0.0.200/svn/abc -m
"make abc tree"

I thought previous states were preserved?

Any help/explanation apreciated....

Thanks.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

================================================================================================
EMAIL DISCLAIMER

This email and any attachments are confidential. They may also be subject to copyright.

If you are not an intended recipient of this email please immediately contact us by replying
to this email and then delete this email.

You must not read, use, copy, retain, forward or disclose this email or any attachment.

We do not accept any liability arising from or in connection with unauthorised use or disclosure
of the information contained in this email or any attachment.

We make reasonable efforts to protect against computer viruses but we do not accept liability
for any liability, loss or damage caused by any computer virus contained in this email.
================================================================================================

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Dec 24 00:40:32 2007

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.