[TSVN] Re: Tag/Branch name checking suggestion.
From: Norbert Unterberg <nepo_at_gmx.net>
Date: 2005-01-19 22:45:45 CET
SteveKing schrieb:
> Does anyone know a good API function to test a whole path for validity?
How about:
CString strPath = <name of branch>;
if (strPath.FindOneOf(_T( "<>:\"|" ) != -1)
see
It does not catch all naming errors (like ".."), but it might be a good
Norbert
---------------------------------------------------------------------
|
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.