On Wed, Apr 15, 2009 at 20:43, Andrey Repin <anrdaemon_at_freemail.ru> wrote:
> Greetings, Programmer!
>
>> I have successfully installed subversion on a Windows 2008 Server.
>
>> Client Tortoise SVN on Vista.
>
>> My root directory where I want to locate my repositories is D:\Repositories
>
>> I have created a repository called D:\Repositories\Projects\Project1
>
> What was the
> svnadmin create ....
> command?
>
>> Config Files are as follows:
>
>> #give test write access to repo Project1
>
>> [Project1:/]
>
>> test = rw
>
> Repo name MUST BE lowercase.
Not at all true. Repository names can be upper, lower, or mixed case -
as long as you're consistent when you use it, since SVN is
case-sensitive.
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1736132
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-04-16 02:55:39 CEST