Hi Andreas, No problem. I am sure I added to the confusion there. I have added the bare repo on Alitoh from "Pushing to git.debian.org, creating a new bare repository on Alitoh." but haven't pushed yet. I have my local git repo with the debian folder from the svn. For this part, "git import-orig --pristine-tar /path/to/package_version.orig.tar.gz", I did git import-orig --pristine-tar phyutility_2_2_6.tar.gz using the package from the release. I have branches master, pristine-tar and upstream. There are edits that will presumably need to be made (following the instructions from https://www.debian.org/doc/manuals/maint-guide/ presumably) before it is ready to go, so should I wait to push until that is all ready or go ahead and git add all and push? Sorry for all the questions, but I am getting there.
Take care, Stephen On Mon, Mar 3, 2014 at 5:16 PM, Andreas Tille <[email protected]> wrote: > > Hi Stephen, > > On Mon, Mar 03, 2014 at 04:47:46PM -0500, Stephen Smith wrote: > > Hi Andreas > > I seem to be having a bit of a problem in converting this from subversion > > to git. Checking out from svn seems fine > > This command: > > debcheckout --user blackrim-guest svn:// > > svn.debian.org/debian-med/trunk/packages/phyutility/trunk phyutility > > Gets this result: > > declared svn repository at svn+ssh:// > > [email protected]/svn/debian-med/trunk/packages/phyutility/trunk > > svn co svn+ssh:// > > [email protected]/svn/debian-med/trunk/packages/phyutility/trunkphyutility > > ... > > Ahhh, sorry - I was not precise enough. I was considering to create a > Git repository *from* *scratch*! There is no point in keeping the > history! I'd (strongly) recommend to create a new Git repository, > inject the upstream source (as described in the policy) and copy over > the debian/ dir from SVN. That should perfectly do the trick! > > > Feeling like I am missing something obvious. Any suggestion? Thanks > > Just take the easy short-cut by ignoring irrelevant history. > > Sorry for missleading you. > > Kind regards > > Andreas. > > -- > http://fam-tille.de > > > -- > To UNSUBSCRIBE, email to [email protected] > with a subject of "unsubscribe". Trouble? Contact [email protected] > Archive: https://lists.debian.org/[email protected] >

