[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Comments in Password file

From: Kevin Grover <kevin_at_kevingrover.net>
Date: Mon, 28 Jan 2008 09:15:19 -0800

On Jan 28, 2008 8:01 AM, Troy Bull <troy.bull_at_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_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-01-28 18:15:49 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.