You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Érico <er...@gmail.com> on 2006/09/23 18:05:40 UTC

subversion on xp

I had some problems trying to configure subversion as service in windows 
xp sp2

I removed subversion and installed again

Now I can't create a repository 

I'm following the subversion book with the command line :

c:> svnserve -d -r c:\repositorysvn

Nothing happens after that, the console doesn't show any message

How can I fix this ?


Re: subversion on xp

Posted by Andy Levy <an...@gmail.com>.
On 9/23/06, Érico <er...@gmail.com> wrote:
>
>  Andy Levy wrote:
> On 9/23/06, Érico <er...@gmail.com> wrote:
>
>
>   I had some problems trying to configure subversion as service in windows
> xp
>  sp2
>   I removed subversion and installed again
>
>  Now I can't create a repository
>
>  I'm following the subversion book with the command line :
>
>  c:> svnserve -d -r c:\repositorysvn
>
>  Nothing happens after that, the console doesn't show any message
>
>  How can I fix this ?
>
>  Did you create a repository using svnadmin create?  If so, is it in
>  that directory?
>
>  Have you tried connecting to the repository using an svn client?  You
>  probably won't see anything in that console, especially if you're not
>  attemting to connect to it.
>
>  I hadn't used svnadmin yet , svnserve -d -r c:\repositorysvn  was the first
> command that I ran in console
>
>  I understood that I had to set c:\repositorysvn as the repository
>
>  I ran svnadmin as you said and everything is working ok now
>
>  I'm trying to learn about svn client , so I'm testing this example through
> console

Please use Reply to All so that your responses find their way back to the list.

You can't serve a repository until you've created it.  I strongly
recommend that you read through the book (http://svnbook.org/) which
will explain how to use Subversion.

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


Re: subversion on xp

Posted by Andy Levy <an...@gmail.com>.
On 9/23/06, Érico <er...@gmail.com> wrote:
>
>  I had some problems trying to configure subversion as service in windows xp
> sp2
>  I removed subversion and installed again
>
> Now I can't create a repository
>
> I'm following the subversion book with the command line :
>
> c:> svnserve -d -r c:\repositorysvn
>
> Nothing happens after that, the console doesn't show any message
>
> How can I fix this ?

Did you create a repository using svnadmin create?  If so, is it in
that directory?

Have you tried connecting to the repository using an svn client?  You
probably won't see anything in that console, especially if you're not
attemting to connect to it.

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