View Single Post
Cannot get the source code with SVN
Old
  (#1)
bLUEbYTE
Member
 
Status: Offline
Posts: 4
Join Date: Nov 2005
Default Cannot get the source code with SVN - 27-07-2006

Code:
C:\>svn checkout svn.bots-united.com/svn/realbot --username anonymous c:\realbot

svn: 'svn.bots-united.com/svn/realbot' does not appear to be a URL

Code:
C:\>svn checkout http://svn.bots-united.com/svn/realbot --username anonymous c:\realbot
svn: PROPFIND request failed on '/svn/realbot'
svn: PROPFIND of '/svn/realbot': 403 Forbidden (http://svn.bots-united.com)
Code:
C:\>svn checkout http://svn.bots-united.com --username anonymous
svn: PROPFIND request failed on '/'
svn: PROPFIND of '/': 200 OK (http://svn.bots-united.com)
Please help.
  
Reply With Quote