> > 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