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

Re: What do you Hate about Subversion?

From: Jeff Smith <jsmith_at_robotronics.com>
Date: 2007-01-24 22:21:23 CET

On Wednesday 24 January 2007 13:15, Nathan Kidd wrote:
> May I suggest, Just Don't Import. Seriously, 'svn co -N' if you
> have to, but 'svn add' your tree instead of importing. You can then
> double-check every detail before committing.

Agreed somewhat, even though that added another problem... after 90%
of the add is complete in the working folder, if it aborts because
one text file had mixed EOL styles, then it will not start the add
where it left off. I had to figure out I had to use "--force" to
overwrite and re-add them all again after resolving the problem.

Then again it still would not help if I forgot to check for some
unexpected file like "svn-commit.tmp" before the commit. I don't
think it even warned me that it created that file.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jan 24 22:22:08 2007

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.