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

[TSVN] Rename in repository and filenames with spaces

From: Simon Large <slarge_at_blazepoint.co.uk>
Date: 2004-08-02 17:43:07 CEST

This concerns 2 possibly inter-related problems. And it may be a SubVersion
feature rather than Tortoise, but here goes ...

I start out with a folder hierarchy who's top level is (perhaps foolishly)
called 'My Firmware' with a space after 'My'. I can add this, make changes,
commit, etc just fine. When I want to make a release I try to create a tag
copy in my tags folder, but the operation fails with message:
Commit failed (details follow):
Out of date: '/My Firmware/Tage/Test/Comms/Fifo.c' in transaction '1n'
Having gone back and checked that there is no real problem with Fifo.c, I
suspect that there may be a problem with spaces in filenames, so I go to
Repo-Browser and rename 'My Firmware' to 'MyFirmware' - no space after 'My'.
I relocate my working copy and retry the tag, but now it fails with message:
Commit failed (details follow):
File not found: revision '36', path '/MyFirmware/Trunk'
At this stage I am not too worried. I create a new working folder, checkout
and now I can tag with no problem, confirming my theory about spaces in
filenames.

I carry on making a few more update/commits, but then I notice that show log
indicates a complete loss of history prior to the folder name change, and I
cannot update/switch to these earlier revisions either. Now I am worried, so
I change the name back again. Bad mistake. Now I can't go forward or back.
Because it is trying to get data from a tree whose name has changed (twice)
it keeps falling over with error messages about inaccessible earlier
revisions. It appears that trying to reconstruct data which crosses a name
change boundary causes problems, even if I know the folder name in the
revision I want. The repository still shows the full history in
Repo-browser, so I don't think there is any real data loss. It is just that
I can't get to it any more from my working folders. Cleanup, relocate, etc
do not help.

Fortunately this is not real data as I am only evaluating at the moment.
However, it illustrates 2 major problems.

Firstly that tags don't work if there is a space in the folder name. I don't
know if there are other problems when files/folders have spaces in the
name - this is just the first one I came across.

Secondly, changing things in Repo-browser seems a potentially dangerous
thing to do. Would there have been any way to recover my versioned data had
it been real? If not, maybe you could make it less easy to perform a
damaging operation in Repo-browser - there were no warnings at all when I
renamed. According to the manual, repo-browser is just a different window
onto the same data, implying that there is no particular danger here, but in
this instance it was a false assumption.

Simon.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Mon Aug 2 21:01:58 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.