[git-users] auto branching origin server

2012-11-21 Thread Jeffrey Marans
I'm working on converting 20 cvs modules into snv/git repositories in order to determine which is most appropriate for my client's needs. The module to repo conversion is going well because the cvs2svn/git tools work as documented. Thanks for that. I've been able to write some autobranch code

[git-users] permanent branch deletion on origin

2012-11-26 Thread Jeffrey Marans
I've done a cvs2git conversion of a number of cvs modules and was unable to exclude the private working branches, PWB*. I'd like to delete them from the git repos and have tried the following, but the branches live on regardless of the output messages. By that I mean if I clone another instance

[git-users] Re: permanent branch deletion on origin

2012-11-27 Thread Jeffrey Marans
On Monday, November 26, 2012 10:06:35 AM UTC-5, Jeffrey Marans wrote: I've done a cvs2git conversion of a number of cvs modules and was unable to exclude the private working branches, PWB*. I'd like to delete them from the git repos and have tried the following, but the branches live

[git-users] GIT actions from bugzilla server to origin

2012-12-04 Thread Jeffrey Marans
I'm working on transitioning about 15 CVS modules to GIT repositories and I think I've got a handle on how to translate the cvs triggers to make them run on the git origin. I have to create triggers that run from the bugzilla server against the git origin server that will branch from either

Re: [git-users] GIT actions from bugzilla server to origin

2012-12-05 Thread Jeffrey Marans
Khomoutov wrote: On Tue, 4 Dec 2012 10:43:32 -0800 (PST) Jeffrey Marans jma...@gmail.com javascript: wrote: I'm working on transitioning about 15 CVS modules to GIT repositories and I think I've got a handle on how to translate the cvs triggers to make them run on the git origin. I

Re: [git-users] GIT actions from bugzilla server to origin

2012-12-05 Thread Jeffrey Marans
:) On Wednesday, December 5, 2012 10:13:44 AM UTC-5, Konstantin Khomoutov wrote: On Wed, 5 Dec 2012 05:10:30 -0800 (PST) Jeffrey Marans jma...@gmail.com javascript: wrote: I thought the only possible solution was to have a complete set of repositories local to the bugzilla server, as per your

Re: [git-users] multiple eclipse projects using single repository

2012-12-06 Thread Jeffrey Marans
of your eclipse projects. William Seiti Mizuta @williammizuta Desenvolvedor da Caelum On Thu, Dec 6, 2012 at 4:22 PM, Jeffrey Marans jma...@gmail.comjavascript: wrote: Can I create multiple eclipse projects using the same GIT repository without sub-repositories or the need to re

[git-users] Re: multiple eclipse projects using single repository

2012-12-06 Thread Jeffrey Marans
, December 6, 2012 12:22:58 PM UTC-6, Jeffrey Marans wrote: Can I create multiple eclipse projects using the same GIT repository without sub-repositories or the need to re-clone the repository each time? It seems that when one creates a project in eclipse it saves a .project file