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

Re: svn initial setup help

From: Kevin Kempter <kevin_at_kevinkempterllc.com>
Date: Tue, 1 Sep 2009 16:20:02 -0600

> > 3) created the repo :
> > $ cd /stage/svn
> > $ svnadmin create dba
> >
> > 8) tried to do a checkout from another server on the network (the svn
> > box is
> > 192.168.1.29)
> > [devbox]: $ cd /dev/sandbox
> > [devbox]: $ svn checkout http://192.168.1.29:80/svn
> > svn: OPTIONS of 'http://192.168.1.29:80/svn': 200 OK
> > (http://192.168.1.29)
> >
> > Thoughts? what did I miss?
>
> Look above again. Your repository is named db. So you need to do:
>
> svn co http://192.168.1.29/svn/db
>
> I don't use apache but I think there is a way to root your path to the /db
> repo if you want. but, that assumes you will only use a single repository
> on this sever.
>
> BOb
>
> ------------------------------------------------------
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2
>389931
>
> To unsubscribe from this discussion, e-mail:
> [users-unsubscribe_at_subversion.tigris.org].

Sorry that was a typeo in the email (i did use 'dba' for the import)

svn import dbatools file:///stage/svn/dba

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2389966

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-09-02 00:21:05 CEST

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.