On Wed, 2009-03-18 at 11:05 -0600, Federico Mena Quintero wrote: > On Tue, 2009-03-17 at 11:59 -0400, Owen Taylor wrote: > > > C) You push that > > > > git push ssh://<user>@svn.gnome.org/exampleproj refs/heads/* > > refs/tags/* > > Wouldn't > > git push --all --tags url > > just work?
You can't push --all --tags. I don't know why. If you 'git push --all' 'git push --tags', then you spam commits list. > I don't like the idea of sending tarballs and such; people seem to live > just fine with github's or gitorious's method of "just push whatever you > need". > > We may just need to give the "push --all --tags" recipe for the majority > of users. For people who have branches or tags that they don't want > published, they either already know what to do, or we can just tell them > "push each thing you want by hand" with a little recipe. Suggestions how to make "push stuff until it looks right" compatible with commits-list appreciated. - Owen _______________________________________________ gnome-infrastructure mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-infrastructure
