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

Re: Unlinking local folder from repository

From: Rainer Müller <mueller_rainer_at_gmx.de>
Date: 2006-07-19 18:40:59 CEST

Ferry Barrois wrote:
> Hi Brian,
>
>> I want to keep the folders and the files that are in them, but I
>> don't want that folder to be linked to the repo anymore. I want to
>> change it from a working folder to just a normal folder.
>
> you can simply delete the .svn folfer in the working folder to 'unlink' it from the repository.
>
> Greetings,
> F. Barrois

Don't do this. This will result in a corrupted Working Copy since the folder
should be under version control but is not any more.

A safe way would be to copy it to another place, delete and commit. Then move
the folder back and set ignore.
Or:
Rename it and only select the missing item while committing from the parent
folder. Rename it back and set ignore.

HTH, Rainer

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Wed Jul 19 18:41:05 2006

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

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