2.0.58d malformed fileattr.xml on chown ( was Re: [cvsnt] no chacl responses?)
Mike Wake
mike.wake at thales-tts.com
Tue May 10 09:44:46 BST 2005
And here is another one, (The last) that got me out of trouble because I
use RepositoryName in /etc/cvsnt/PServer heavily.
diff -r cvsnt_releases/cvsnt-2.0.58d/src/perms.cpp
mycvsnt/cvsnt-2.0.58d/src/perms.cpp
80c80
< strcat (filename, CVSROOTADM "/");
---
> strcat (filename, "/" CVSROOTADM "/");
83a84
> TRACE(3,"Open %s\n", filename);
Cheers
Mikew
Mike Wake wrote:
> Don,
>
> Here is a tiny patch I applied to 2.0.58d, again ages ago, that may help
> you out.
>
> diff -r cvsnt_releases/cvsnt-2.0.58d/src/chown.cpp
> mycvsnt/cvsnt-2.0.58d/src/chown.cpp
> 92c92,93
> < fileattr_setvalue(NULL,"directory/owner",chown_user);
> ---
> > /*fileattr_setvalue(NULL,"directory/owner",chown_user);*/
> > change_owner(chown_user);
>
> Cheers
> Mikew
>
> dzielke at aep.com wrote:
>
>> I did have to do a few minor edits of the fileattr.xml file, though.
>> First being to fix the malformed owner attribute when I run the cvs
>> chown command, and then whenever I run a cvs chacl command it puts
>> some kind of binary character in front of my user name "<eff>". Those
>> were detailed in my emails from last week, let me know if you want me
>> to re-post those.
>>
> _______________________________________________
> cvsnt mailing list
> cvsnt at cvsnt.org
> http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
More information about the cvsnt
mailing list