Jeff Abrahamson on 10 Feb 2007 14:27:03 -0000 |
Anyone here ever create a new project on sourceforge using svn? I'm having problems, the SF docs gloss over the detail I'm not grokking, and I haven't found what I want in google. And SF tech support answers questions on weekdays only. I have a project, I've turned on svn, and I try to import the project files: dev@astra:~/work/srd$ svn import . https://srd.svn.sourceforge.net/ svn: PROPFIND request failed on '/' svn: PROPFIND of '/': 302 Found (https://srd.svn.sourceforge.net) svn: Your commit message was left in a temporary file: svn: 'svn-commit.2.tmp' dev@astra:~/work/srd$ Perhaps I need to svnadmin create the repository first, but how to do this is not obvious to me, since I need file access to the server to do it, I think. So maybe an empty repository exists for me, but I don't think so: jeff@astra:temp $ svn checkout http://srd.svn.sourceforge.net/ svn: PROPFIND request failed on '/' svn: PROPFIND of '/': 302 Found (http://srd.svn.sourceforge.net) jeff@astra:temp $ curl -I https://srd.svn.sourceforge.net/ HTTP/1.1 302 Found Date: Sat, 10 Feb 2007 14:23:55 GMT Server: Apache/2.0.52 (CentOS) Location: http://srd.svn.sourceforge.net/viewvc/srd/ Content-Type: text/html; charset=iso-8859-1 jeff@astra:temp $ curl -I http://srd.svn.sourceforge.net/viewvc/srd/ HTTP/1.1 200 OK Date: Sat, 10 Feb 2007 14:23:59 GMT Server: Apache/2.0.52 (CentOS) Expires: Sat, 10 Feb 2007 14:33:59 GMT Cache-Control: max-age=600 ETag: W/"0" Content-Type: text/html; charset=UTF-8 jeff@astra:temp $ svn checkout http://srd.svn.sourceforge.net/viewvc/srd/ svn: PROPFIND request failed on '/viewvc/srd' svn: PROPFIND of '/viewvc/srd': 301 Moved (http://srd.svn.sourceforge.net) jeff@astra:temp $ Anyone see what I'm doing wrong? -- Jeff Jeff Abrahamson <http://jeff.purple.com/> +1 215/837-2287 GPG fingerprint: 1A1A BA95 D082 A558 A276 63C6 16BF 8C4C 0D1D AE4B Attachment:
signature.asc ___________________________________________________________________________ Philadelphia Linux Users Group -- http://www.phillylinux.org Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
|
|