Re: cvsimport error: need a valid pathname

2005-08-27 Thread Martin Langhoff
On 8/28/05, Kalle Valo [EMAIL PROTECTED] wrote:
 The documentation says that it should be possible to update
 incrementally from the CVS repository. Am I doing something wrong or
 is this a bug?

It _should_ work the way you are running it, so consider it a bug. Do
you think you can do some tinkering/debugging to tell us some more?
Otherwise. how large is the cvs repo?

(Debugging this kind of stuff, when it only fails on a specific repo,
is tricky and time-consuming. Any help we get is _really_ appreciated.
I have imported many trees, and several of them I am tracking -
importing new commits on a daily basis - without much trouble, except
for invalid/force-moved tags.)

cheers,


martin
-
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: cvsimport error: need a valid pathname

2005-08-27 Thread Kalle Valo
Martin Langhoff [EMAIL PROTECTED] writes:

 On 8/28/05, Kalle Valo [EMAIL PROTECTED] wrote:
 The documentation says that it should be possible to update
 incrementally from the CVS repository. Am I doing something wrong or
 is this a bug?

 It _should_ work the way you are running it, so consider it a bug. Do
 you think you can do some tinkering/debugging to tell us some more?

I investigated it and realized that this was my mistake. I had copied
the imported git repository from my laptop to my desktop using 'scp
-r' and it changed .git/HEAD to a file, not a link as it should have
been. I copied it again, this time with tar to preserve symbolic
links, and cvsimport started to work again. So this was just a PEBCAK.
Thanks for your help.

 Otherwise. how large is the cvs repo?

'git log | grep commit | wc -l' says 2704 commits. I have to say that
git has made my life a lot easier. It was really easy to import the
CVS history to git and now I can read the history properly with gitk.
With CVS I would have been banging my head to the wall all the time.

Now all I want is svnimport and darcsimport :)

-- 
Kalle Valo

-
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html