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

how to access deleted file/directory?

From: THOMAS DAVID VAUGHAN <tom_at_vaughan.to>
Date: 2005-06-15 21:19:27 CEST

Hi,

If I have a repository with a layout like:

        foo/
                component-1/
                        trunk/
                        tags/
                        branches/
                component-2/
                        trunk/
                        tags/
                        branches/

and I have under component-2, for example, a tag "build-3", and then
development continues, and I delete via `svn rm` component-2 from under foo,
how do I restore "build-3"?

I was able to do this with a command like:

        svn co https://svn/repos/foo/component-2/tags/build-3@300

where 300 just happened to be the last changeset in component-2. But this
took some work to figure out. I tried BASE and COMMITTED instead of 300 and
those didn't work. Is there an easier, standard way to do this?

Thanks.

-Tom

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jun 15 21:21:19 2005

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.