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

Re: Unassociating files from TortoiseSVN

From: Kevin Grover <kevin_at_kevingrover.net>
Date: Sun, 8 Jun 2008 11:10:24 -0700

If the working copy is so messed up that 'Clean Up' does not work,
your only recourse it to check out a new working copy and move any
modified files over to it. It the file is locked, than someone else
has use subversion to set a lock on the file --- this prevents
multiple people from changing a binary file at the same time. See the
manual for more details. I've never worked with locked files, so I
have not tips there.

You can also use the 'Repository Browser' function to look at an work
with the repository directly -- with out the need to check out a
working copy. This is also the easiest way to fix problems if someone
from UNIX client checks in a file that conflicts in windows (illegal
character or creates a name-case conflict).

On Sun, Jun 8, 2008 at 10:42 AM, Frosty <alfiesylvest_at_hotmail.com> wrote:
> I've tried to use the svn:ignore command but it just tells me that the
> file I tried to do it to is locked. I don't know where to go to unlock
> the files, because they are all deleted.
>
> On Jun 8, 6:39 pm, "Kevin Grover" <ke..._at_kevingrover.net> wrote:
>> Read the manual. It's very good.
>>
>> 'Clean up' only applies to a working copy (that's a checked out part
>> of a repository on which you __work__).
>>
>> You can cause ANY subversion client to ignore files/directories using
>> the 'svn:ignore' keyword. However, bear in mind that the svn
>> properties (and almost all the svn functionality, expect perhaps
>> import) only work on 'working copies'.
>>
>> On Sun, Jun 8, 2008 at 9:54 AM, Frosty <alfiesylv..._at_hotmail.com> wrote:
>> > I was wondering how I could make TortoiseSVN stop working on a certain
>> > file, I'm fairly new to the program so I'm not sure. When I try to
>> > Revert it tells me to use Clean Up, and when I try that it will tell
>> > me than one of the files is "not a working copy directory". Any help
>> > is very much appreciated.
>>
>> > ---------------------------------------------------------------------
>> > To unsubscribe, e-mail: users-unsubscr..._at_tortoisesvn.tigris.org
>> > For additional commands, e-mail: users-h..._at_tortoisesvn.tigris.org
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr..._at_tortoisesvn.tigris.org
>> For additional commands, e-mail: users-h..._at_tortoisesvn.tigris.org
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
> For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
Received on 2008-06-08 20:10:38 CEST

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.