-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Jon Hardcastle wrote:
| Hello, I was doing a test search to reduce the number
| of log revisions visible.
|
| I wanted to find log entries that related to a file of
| the following path.
|
| /Databases/Model/Standard Codes (in text format)/All
| standard codes.TXT
|
| Interestingly the search option 'Standard Codes (in
| text format)/All standard codes.TXT' yielded no
| results. Not sure why, but other searches including
| the path work find..
|
| any pointers?
you're doing a regex search. And the "(in text format)" is a group in
regex syntax.
Either put your search string in between "\Q...\E" or don't use ()
(or use a string that's an invalid regex string - then a normal text
search is done).
Stefan
- --
~ ___
~ oo // \\ "De Chelonian Mobile"
~ (_,\/ \_/ \ TortoiseSVN
~ \ \_/_\_/> The coolest Interface to (Sub)Version Control
~ /_/ \_\ http://tortoisesvn.net
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.8 (MingW32)
iEYEARECAAYFAkf00VQACgkQNTJADUWeLT61sQCeMo+fjG2vhf2BCPAGgq+rXYkJ
OPQAni6t72PnCSThWVt/iP+Bi0vaW3sO
=0TiU
-----END PGP SIGNATURE-----
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
Received on 2008-04-03 14:45:18 CEST