On Tue, Mar 04, 2014 at 07:12:54PM -0500, Ron Wilson wrote:
> On Tue, Mar 4, 2014 at 3:43 PM, Chad Perrin <c...@apotheon.net> wrote:
> 
> > Trying to fork/import from Git is kinda problematic.  I started by
> > creating a new project on a server:
> >
> >     $ fossil init projectname.fossil
> >
> > I then cloned locally:
> >
> >     $ fossil clone <u...@uri.for/projectname/index.cgi> projectname.fossil
> >
> 
> Is there some reason you can't do "fossil clone" on the server?
> 
> Alternately, try:
> 
>        $ git fast-export --all |ssh user@server fossil import\
>           --git --incremental /path/to/projectname.fossil

Both of those solutions would surely work in this case (as long as the
incremental option works on the server, but not in cases where the same
would be done by someone with commit access but no SSH filesystem/shell
access (which is likely in future cases).

-- 
Chad Perrin [ original content licensed OWL: http://owl.apotheon.org ]
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to