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

Re: Proposal: svn:temporary property

From: Folker Schamel <schamel23_at_spinor.com>
Date: 2003-12-18 18:35:07 CET

C. Michael Pilato wrote:

> You gotta keep in mind that while UserA might add this new
> 'svn:temporary' (completely misnamed, but I'll roll with it) because
> the only unversioned things he has in his directory are the stuffs
> from his build system, UserB -- who did *not* set that property -- may
> have other things that match that pattern that he very much does *not*
> want blown away.

Instead of really deleting the directory,
svn could rename it to something like .old.diretory,
but not generating an error.
Therefore, svn would never really delete data.
This behaviour would be also fine for svn:ignore I think,
without needing a new property.

Similar to a conflict where the old file is still around.

The point is:
This situation is a normal situation, and no error.
Therefore svn should not generate an error.

BWT, a worse problem is that if one user deletes
an directory, and then creates a new directory having
the same name. Then the user does not only have an old
directory with temporary files, but cannot do an update!

In other words, the user has done nothing woing,
but cannot update anymore before solving the problem manually.

Cheers,
Folker

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Dec 18 18:43:13 2003

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.