problem with SVN access from command line
Posted: 02 Nov 2007, 10:37
Hi,
I am trying to get access to the BCI2000 source code using svn/subversion from the command line. The reason behind it is that I want to read the code locally on my Apple OSX computer. In due time the software will be compiled and executed on a windows machine. As TortoiseSVN is not available for OSX, I have to use the command line interface to svn.
My account (user+password) works fine for the wiki, this forum and for trac. I presume that I should use the same credentials for the svn server
I have tried the following (and a couple of variations thereof)
laprob> svn checkout http://www.bci2000.org/svn/trunk@HEAD --username roostenveld
Authentication realm: <http://www.bci2000.org:80> BCI2000
Password for 'roostenveld': XXXXX
Authentication realm: <http://www.bci2000.org:80> BCI2000
Username: roostenveld
Password for 'roostenveld': XXXXX
Authentication realm: <http://www.bci2000.org:80> BCI2000
Username: roostenveld
Password for 'roostenveld': XXXXX
subversion/libsvn_ra_dav/util.c:826: (apr_err=170001)
svn: PROPFIND request failed on '/svn/trunk'
subversion/libsvn_ra_dav/util.c:296: (apr_err=170001)
svn: PROPFIND of '/svn/trunk': authorization failed (http://www.bci2000.org)
It seems that the authentication is the problem, after the third attempt it fails. Since I have never used svn before (but I am using cvs on the command line on a daily basis), it might also be that my use of the svn command is incorrect. Note that I checked and double-checked my password.
I am using the following version:
laprob> svn --version
svn, version 1.3.1 (r19032)
compiled Apr 4 2006, 00:30:54
Does any one have experience with svn on the command line in combination with the BCI2000 source code? Any suggestions would be appreciated.
best regards,
Robert
I am trying to get access to the BCI2000 source code using svn/subversion from the command line. The reason behind it is that I want to read the code locally on my Apple OSX computer. In due time the software will be compiled and executed on a windows machine. As TortoiseSVN is not available for OSX, I have to use the command line interface to svn.
My account (user+password) works fine for the wiki, this forum and for trac. I presume that I should use the same credentials for the svn server
I have tried the following (and a couple of variations thereof)
laprob> svn checkout http://www.bci2000.org/svn/trunk@HEAD --username roostenveld
Authentication realm: <http://www.bci2000.org:80> BCI2000
Password for 'roostenveld': XXXXX
Authentication realm: <http://www.bci2000.org:80> BCI2000
Username: roostenveld
Password for 'roostenveld': XXXXX
Authentication realm: <http://www.bci2000.org:80> BCI2000
Username: roostenveld
Password for 'roostenveld': XXXXX
subversion/libsvn_ra_dav/util.c:826: (apr_err=170001)
svn: PROPFIND request failed on '/svn/trunk'
subversion/libsvn_ra_dav/util.c:296: (apr_err=170001)
svn: PROPFIND of '/svn/trunk': authorization failed (http://www.bci2000.org)
It seems that the authentication is the problem, after the third attempt it fails. Since I have never used svn before (but I am using cvs on the command line on a daily basis), it might also be that my use of the svn command is incorrect. Note that I checked and double-checked my password.
I am using the following version:
laprob> svn --version
svn, version 1.3.1 (r19032)
compiled Apr 4 2006, 00:30:54
Does any one have experience with svn on the command line in combination with the BCI2000 source code? Any suggestions would be appreciated.
best regards,
Robert