Re: RFS: slv2

Jaromír Mikeš mira.mikes at seznam.cz
Mon Apr 20 10:16:14 UTC 2009


> Od: Free Ekanayaka <freee at debian.org>

> Cool. I've added you to the pkg-multimedia Alioth project, so you now
> have write access to the git repository. Please let us know if you
> need any help in getting your source packages in git.

Hi,

I am just studying http://wiki.debian.org/Alioth/Git

This is probably starting point if I want create git and upload:
--------------
1 $ cd /path/to/sources/<project>
2 $ git init
3 $ git add .
4 $ git commit -m 'Initial import of <project> version <version>'
5 $ git tag <version>
--------------
6 $ cd /path/to/<project>.git
7 $ git remote add alioth ssh://<user>@git.debian.org/git/collab-maint/<project>.git
8 $ git push alioth <branchname>
9 $ git push alioth --tags
----------------

I was asked for password on step 8 I put my alioth-account passw and get this output:

fatal: '/git/collab-maint/lv2core.git': unable to chdir or not a git archive
fatal: The remote end hung up unexpectedly

So I have to 'git remote add' to existing project probably?

Can I get some comments on this workflow please?

regards

mira





More information about the pkg-multimedia-maintainers mailing list