[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: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2003-12-18 18:32:55 CET

Folker Schamel <schamel23@spinor.com> writes:

> Yes, exactly!!!
> Thanks for your sample!
>
> I also would be interested into feedback from a svn team member.
> Should I add it to the issue tracker?

Yes. But it shouldn't have any such proposal about an 'svn:temporary'
property. It should say:

   Summary: orphaned unversioned files should not be an errorful state

   Description: 'svn up' shouldn't give an error when failing to
   remove a deleted directory simply because it contains unversioned
   files -- it should simply give a notification like "WARNING: Left
   tree of unversioned objects at 'path/to/deleted/dir'"

I mean, isn't it enough to see the following:

   $ svn up
   M Makefile
   A new_module
   A new_module/main.c
   A new_module/util.c
   D old_module
   WARNING: Left tree of unversioned objects at 'old_module'
   A another_new_module
   A another_new_module/main.c
   ...
   Updated to revision 453.
   $

Then:

   $ svn st
   ? old_module
   $

??
   

---------------------------------------------------------------------
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:41:39 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.