* git-svn failed on apr
@ 2007-07-03 9:05 Dongsheng Song
2007-07-08 3:35 ` Eric Wong
0 siblings, 1 reply; 2+ messages in thread
From: Dongsheng Song @ 2007-07-03 9:05 UTC (permalink / raw)
To: Git Mailing List
[ ~/wc/git-svn]$ mkdir apr
[ ~/wc/git-svn]$ cd apr/
[ ~/wc/git-svn/apr]$ ls
[ ~/wc/git-svn/apr]$ git-svn init -T trunk -b branches -t tags
http://svn.apache.org/repos/asf/apr/apr
Initialized empty Git repository in .git/
Using higher level of URL: http://svn.apache.org/repos/asf/apr/apr =>
http://svn.apache.org/repos/asf
[ ~/wc/git-svn/apr]$ git-svn fetch
W: Ignoring error from SVN, path probably does not exist: (175002): RA
layer request failed: REPORT request failed on
'/repos/asf/!svn/bc/2200': REPORT of '/repos/asf/!svn/bc/2200': 200 OK
(http://svn.apache.org)
What's wrong?
---
Dongsheng
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: git-svn failed on apr
2007-07-03 9:05 git-svn failed on apr Dongsheng Song
@ 2007-07-08 3:35 ` Eric Wong
0 siblings, 0 replies; 2+ messages in thread
From: Eric Wong @ 2007-07-08 3:35 UTC (permalink / raw)
To: Dongsheng Song; +Cc: Git Mailing List
Dongsheng Song <dongsheng.song@gmail.com> wrote:
> [ ~/wc/git-svn]$ mkdir apr
> [ ~/wc/git-svn]$ cd apr/
> [ ~/wc/git-svn/apr]$ ls
> [ ~/wc/git-svn/apr]$ git-svn init -T trunk -b branches -t tags
> http://svn.apache.org/repos/asf/apr/apr
> Initialized empty Git repository in .git/
> Using higher level of URL: http://svn.apache.org/repos/asf/apr/apr =>
> http://svn.apache.org/repos/asf
> [ ~/wc/git-svn/apr]$ git-svn fetch
> W: Ignoring error from SVN, path probably does not exist: (175002): RA
> layer request failed: REPORT request failed on
> '/repos/asf/!svn/bc/2200': REPORT of '/repos/asf/!svn/bc/2200': 200 OK
> (http://svn.apache.org)
>
> What's wrong?
Nothing.
The "W:" there means it's just a warning. git-svn looks into the
beginning of history in an attempt to fetch all history, and if
the directory you're tracking doesn't exist, it'll spit out that
warning message once (it used to spit it out a lot more).
--
Eric Wong
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-07-08 3:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-03 9:05 git-svn failed on apr Dongsheng Song
2007-07-08 3:35 ` Eric Wong
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).