[cvsnt] Re: Problem with cvswebnt and spaces in dir names

Thierry B. thierry.bo at XXXnetcourrier.com
Sun Jul 27 07:21:17 BST 2003


Yes, I ran into the same problem with cvswebnt, and hum, I decided to never
use spaces in my filenames at all (not a bad idea). I understand this can be
a problem if you have already a lot of files with spaces.

By the way, cvswebnt has the same problem if your NT user name contains
spaces... Also fobidden in Unix world, but more common on Windows. As I
faced with that problem myself, I changed the following line  (near #1737
from v 1.93.2.2) :

if
(m|^date:\s+(\d+)/(\d+)/(\d+)\s+(\d+):(\d+):(\d+);\s+author:\s+(\S+);\s+stat
e:\s+(\S+);\s+(lines:\s+([0-9\s+-]+))?|) {

to

if
(m|^date:\s+(\d+)/(\d+)/(\d+)\s+(\d+):(\d+):(\d+);\s+author:\s+([^\t\n\r\f]+
);\s+state:\s+(\S+);\s+(lines:\s+([0-9\s+-]+))?|) {

to allow the use of spaces is user names.

Thierry B.


"Dominique Jean-Prost" <djean-prost at grh-informatique.fr> a écrit dans le
message de news: bfqu7h$197$1 at sisko.local.nodomain.org...
> Hello,
>
> I don't know it can post a problem on cvsweb in this newsgroup, but let's
> try.
>
> I have a problem with cvsweb on w2k : I use spaces in filename or dirname,
> and cvsweb doesn't seem to support them. Is this problem already known ?
> Does anyone have a bug fix ?
>
> Best regards,
>
> Dom
>




More information about the cvsnt mailing list