Re: [PATCH] Additions to INSTALL
From: Josef Wolf <jw_at_raven.inka.de>
Date: 2002-10-06 22:57:41 CEST
On Thu, Sep 26, 2002 at 05:55:14PM -0400, Pavel Roskin wrote:
> > This doesn't look like a good approach to solve that specific problem.
Well said!
> I'm used to the idea "commit it or lose it",
Besides other reasons, I use a SCM so that I need _not_ to copy sources
> Other people may take a different approach, and they will suffer. They
Huh? They _asked_ for merge when they issued "cvs up", since "cvs up"
I was suffering with CVS, but this was definitely _not_ for _this_
> > I'd rather check the output of "svn st | grep '^?'" for important files.
How come you to deduce this? Any ignored files after "make clean"
1. I forgot to add them to the "make clean" target
In the first two cases, I should fix my source. In the third case
> I believe that it would be nice to extend "svn cleanup" or "svn revert" to
There were examples posted to this thread how you could do this with a
> The reason is that the presence on versioned
Huh? Could you please explain this in detail?
> I cannot remove non-versioned files by "rm -rf".
Huh? Why not? There is nothing that keeps you from "rm -rf WC". If you
cd ..; rm -rf WC; svn co -r X http://never.mind/foo WC; cd WC
to get a really clean wc.
> Compare this to the
And it doesn't affect your ability to manipulate them in any other
> If svn takes "rm -rf" away from me, it should offer a replacement.
It doesn't take away "rm -rf" and it shoudn't offer replacements.
> That's
It might make sense in some rare situations. But in those situations
> Otherwise, I'll have to write Subversion Utilities, and post them on my
Please do this. And please do not introduce redundant functionality
-- -- Josef Wolf -- jw@raven.inka.de -- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Sun Oct 6 22:58:53 2002 |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.