You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Troy Bull <tr...@gmail.com> on 2008/01/28 16:01:27 UTC

Comments in Password file

I have a subversion password file (used by svnserve).  I want to put
comments in there, is this ok?  if so do they just start with #?

Thanks
Troy

Example


#this is a comment
user = password1
user2 = password2

#this is a temporary acount
user3 = temporary

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Comments in Password file

Posted by Kevin Grover <ke...@kevingrover.net>.
On Jan 28, 2008 8:01 AM, Troy Bull <tr...@gmail.com> wrote:
> I have a subversion password file (used by svnserve).  I want to put
> comments in there, is this ok?  if so do they just start with #?
>
> Thanks
> Troy
>
> Example
>
>
> #this is a comment
> user = password1
> user2 = password2
>
> #this is a temporary acount
> user3 = temporary
>

If you would had read the manual, looked at the example created in all
repositories, or just tried it, you would already know that you can.

cd /tmp    (or cd:\temp)
svnadmin create test
cd test
cd conf
cat passwd      (or type passwd)
--> Notice all the nice comments preceeded with #

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org