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

Re: how to access deleted file/directory?

From: David Weintraub <qazwart_at_gmail.com>
Date: 2005-06-16 03:33:30 CEST

On 6/15/05, THOMAS DAVID VAUGHAN <tom@vaughan.to> wrote:
>
>
> > -----Original Message-----
> > From: David Weintraub [mailto:qazwart@gmail.com]
> > Sent: Wednesday, June 15, 2005 1:41 PM
> > To: THOMAS DAVID VAUGHAN
> > Cc: users@subversion.tigris.org
> > Subject: Re: how to access deleted file/directory?
> >
> > Just to clarify, you did this:
> >
> > $ svn copy https://svn/repros/foo/component-2/trunk
> > http://myserver/foo/tags/build-3
>
> No. This was to the same server.
>

My bad. I originally used "http://myserver" as the URL, then realized
that you actually gave the URL as "https://svn/repos". I changed some,
but not others.

> > I personally would have done a "svn copy" to a tag or branch directory instead
> > of a "svn co" (at least at first) just so I can find that point again. But, the "svn co"
> > works just as well.
>
> I don't understand this. The copy would be instead of which checkout
> operation?
>

Not instead, really. Just as a way of getting the link back into the
visible portion of the tree. Once you do the copy to either the
branches or tags directory, you could then do a checkout or export to
get a copy of the repository locally. That way, you could make changes
and commit them back into the tree.

If you merely checkout an earlier revision of the directory tree, you
cannot make any changes and commit them back to the repository.

--
David Weintraub
qazwart@gmail.com
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jun 16 03:35:31 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.