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

Re: Couple suggestions issues

From: Simon Large <simon_at_skirridsystems.co.uk>
Date: 2005-11-01 22:02:20 CET

Gregory Raiz wrote:
> I've experienced a couple problems recently. Any insight or help would be
> appreciated.
>
> 1 - After renaming a folder using the "rename" right click menu the software
> marked the old folder for deletion and created a new one. When trying to
> commit this change I received multiple errors of "Unable to delete recursive
> folders." On another computer when I tried to do an update I got an error
> that files where locked and the cleanup command wouldn't fix it. I was
> forced to re-create the folder from scratch.

a) Be sure to use the SVN rename, not the Windows rename. If you use
Windows, you cause confusion because you have removed a tree from within
your working copy without telling subversion about it.

b) After SVN rename, be sure to commit the parent, not just the
'renamed' folder, otherwise you will not commit the deletion part of the
rename.

> 2 - When checking out files they should be stamped with the correct
> "Creation Date" and "Modified Date" this way users can sort the files by the
> true creation date not the date that SVN created the file. Is there a way to
> do this?

TSVN->Settings->Use commit timestamps. If you want anything different
from that you will have to pester the users@subversion mailing list.
TSVN just uses SVN library functions to handle the files.

> 3 - TourtoiseSVN keeps trying to check-in Thumbs.db files. I've marked it as
> a file to ignore but for some reason I keep seeing these. Perhaps this
> should be on the ignore list by default?

What do you mean by check-in? That is not a term we use. Do you mean
commit? If Thumbs.db is already versioned, you cannot ignore it.
Ignoring only applies to unversioned files. If it is unversioned then
you need to tell us how are you trying to ignore it. Global ignore list
or svn:ignore property of the parent folder?

Simon

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
--
Received on Tue Nov 01 22:21:40 2005

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.