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

Re: Directory delete issue

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-07-20 20:27:48 CEST

On Jul 20, 2005, at 12:12 PM, Eric Fesler wrote:

> Hi,
>
> I'm having some trouble with the delete of a directory.
>
> I had in my project a directory named "test".
> It has been committed to the repository and after a while deleted from
> the working copy. The deletion has been committed and the directory
> does
> not appear anymore in the HEAD and svn status says that everything
> is in
> line with the repository.
>
> Up to now, everything seems normal !
>
> The issue raises when I'm trying to generate a new tag.

The far more common (and much faster) way to make a tag is

    svn copy URL1 URL2

>
> I'm using:
> svn copy . [repository path]/tags/release-X.X
>
> Then, I make a checkout of release-X-X
> using: svn checkout [repository path]/tags/release-X.X [targetDir]
>
> and in the [targetDir], I "test" directory has been recreated with its
> old content!!

I think this may be a bug that was fixed in svn 1.2.

Either way, running 'svn up' before doing the copy will avoid the
problem.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jul 20 20:31:30 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.