You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by THOMAS DAVID VAUGHAN <to...@vaughan.to> on 2005/06/15 19:19:27 UTC

how to access deleted file/directory?

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