Re: cvs2svn-2.3.0
Michael Haggerty <[email protected]>
| Newsgroups | gmane.comp.version-control.subversion.cvs2svn.user |
|---|---|
| Message-ID | <[email protected]> |
On 12/15/2011 01:41 PM, Turbo Fredriksson wrote:
> I'm trying to convert all of my CVS repositories, so I've
> created a bunch of empty repositories on github.com. I run
> cvs2git+git init+git fast-import on each CVS repo, resulting
> in a bunch of directories. In each of these directories,
> the only thing that's there is the .git directory..
>
> I can't send that to github, so how do I get cvs2git to
> also extract the files, the content of the repo, not just
> it's branch, tag and commit history?
If your problem is that there is no working tree, use "git checkout" [1].
The output of cvs2svn would more typically go into a bare git
repository, which doesn't include a working tree. But regardless of
whether {bare / non-bare without working tree / non-bare with working
tree}, I believe that it should be possible to push the results to
github or any other git server.
Michael
[1]
http://cvs2svn.tigris.org/ds/viewMessage.do?dsForumId=1670&dsMessageId=2876306
--
Michael Haggerty
[email protected]
http://softwareswirl.blogspot.com/
------------------------------------------------------
http://cvs2svn.tigris.org/ds/viewMessage.do?dsForumId=1670&dsMessageId=2893837
To unsubscribe from this discussion, e-mail: [[email protected]].