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

How am I supposed to import my projects?

From: Andrey Repin <anrdaemon_at_freemail.ru>
Date: Sun, 29 Mar 2009 00:08:35 +0300

Greetings, All!

Existing, clean repository. 1.6.0
$ curl -u user:pass -i http://svn.mydomain.local/repos/
HTTP/1.1 200 OK
Date: Sat, 28 Mar 2009 03:46:56 GMT
Server: Apache/2.2.11 (Win32) mod_auth_sspi/1.0.5 SVN/1.6.0 DAV/2
Last-Modified: Sat, 28 Mar 2009 03:23:22 GMT
ETag: W/"0//"
Accept-Ranges: bytes
Content-Length: 242
Content-Type: text/html; charset=UTF-8

<html><head><title>repos - Revision 0: /</title></head>
<body>
 <h2>repos - Revision 0: /</h2>
 <ul>
 </ul>
 <hr noshade><em>Powered by Subversion version 1.6.0 (r36650).</em>
</body></html>

$ svn import htdocs http://svn.mydomain.local/repos/trunc/htdocs 1> import.log
svn: Repository moved permanently to 'http://svn.mydomain.local/repos/'; please relocate
svn: Your commit message was left in a temporary file:
svn: 'svn-commit.tmp'

$ tail -n 5 \\SERVERHOST\C$\home\svn\.log\access_log
192.168.1.10 - - [28/Mar/2009:06:33:02 +0300] "OPTIONS /repos/trunc/htdocs HTTP/1.1" 401 401
192.168.1.10 - anrdaemon [28/Mar/2009:06:33:02 +0300] "OPTIONS /repos/trunc/htdocs HTTP/1.1" 200 189
192.168.1.10 - anrdaemon [28/Mar/2009:06:33:02 +0300] "PROPFIND /repos/trunc/htdocs HTTP/1.1" 404 220
192.168.1.10 - anrdaemon [28/Mar/2009:06:33:02 +0300] "PROPFIND /repos/trunc HTTP/1.1" 404 213
192.168.1.10 - anrdaemon [28/Mar/2009:06:33:02 +0300] "PROPFIND /repos HTTP/1.1" 301 240

Not understand..................

$ svn mkdir http://svn.mydomain.local/repos/trunc 1> import.log
svn: Repository moved permanently to 'http://svn.mydomain.local/repos/'; please relocate
svn: Your commit message was left in a temporary file:
svn: 'svn-commit.tmp'

$ tail -n 2 \\SERVERHOST\C$\home\svn\.log\access_log
192.168.1.10 - - [28/Mar/2009:07:02:10 +0300] "OPTIONS /repos HTTP/1.1" 401 401
192.168.1.10 - anrdaemon [28/Mar/2009:07:02:10 +0300] "OPTIONS /repos HTTP/1.1" 301 240

Not understand..................
Ideas?

-- 
WBR,
 Andrey Repin (anrdaemon_at_freemail.ru) 28.03.2009, <6:42>
Sorry for my terrible english...
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1461341
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-03-29 17:37:49 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.