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

Re: [TSVN] RE: Renaming folders

From: Stefan Küng <stefan.kueng_at_wagner-group.ch>
Date: 2004-08-16 14:13:51 CEST

Vincent Thornley wrote:

[snip]
> When it came to the commit within the integration folder I right-clicked and
> selected 'Commit...'. Because I did not want to commit the changes in the
> 'MatLab Step 07' folder I de-selected all changed items listed in the box,
> entered a log message and clicked OK.

And that's exactly why TSVN did a non-recursive commit: you deselected
one or more items from the commit. As soon as you do that, TSVN can't
commit recursively anymore.

> This resulted in the error 'Cannot non-recursively commit a directory
> deletion'.

Yep. As of 1.1.0, Subversion doesn't allow non-recursive commits of
folder deletions anymore. It didn't work correctly in 1.0.x, so they
just removed that feature completely. Now you must do a recursive commit
of that folder.

> Then I copied the 'MatLab Step 07' folder elsewhere with its changes and
> reverted it back to its original state and did a 'Commit...' again. This
> time I committed all listed changes and the operation worked.

In those cases (where all items are checked for the commit), TSVN can do
a recursive commit.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Mon Aug 16 15:14:32 2004

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.