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

Re: svn commit: r5023

From: Jean-Marc van Leerdam <j.m.van.leerdam_at_gmail.com>
Date: 2005-11-25 08:03:29 CET

Steve,

Forgive my ignorance if this is not right, but are you sure these
added lines are correct:
+ if
(lowerpath.Find(_T("\\tmp\\"))>0)
+ continue;
+ if
(lowerpath.Find(_T("\\tmp")) == (lowerpath.GetLength()-4))
+ continue;
+ if
(lowerpath.Find(_T("\\log"))>0)
+ continue;
+ if
(lowerpath.Find(_T("\\lock"))>0)
+ continue;

I would expect the last two if statements to also match
'\log_me_as_well' and '\locker'. Don't these need the same treatment
as the search for '\tmp' at the end of the string?

--
Regards,
Jean-Marc
----------------
    ___
   // \\  @@     "De Chelonian Mobile"
  / \_/ \/._)    TortoiseSVN
 <\_/_\_/ /      The coolest Interface to (Sub)Version Control
  /_/   \_\      Check out http://tortoisesvn.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Fri Nov 25 08:03:50 2005

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.