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

Locating directory in old revision

From: John <subversion_at_jelmail.com>
Date: 2007-12-24 00:33:53 CET

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
Received on Mon Dec 24 00:34:16 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.