[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 t

[git-users] Re: auto branching origin server

2012-11-22 Thread Jeffrey Marans
, November 21, 2012 1:37:14 PM UTC-5, Jeffrey Marans wrote: > > 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

[git-users] Re: auto branching origin server

2012-11-22 Thread Jeffrey Marans
I'm beginning to get the feeling that GIT offers solutions that are elegant in their simplicity. Thanks. On Wednesday, November 21, 2012 1:37:14 PM UTC-5, Jeffrey Marans wrote: > > I'm working on converting 20 cvs modules into snv/git repositories in > order to dete

[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 o

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

2012-11-26 Thread Jeffrey Marans
onday, 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

[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, &

[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 mai

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

2012-12-05 Thread Jeffrey Marans
ednesday, December 5, 2012 6:37:56 AM UTC-5, Konstantin Khomoutov wrote: > > On Tue, 4 Dec 2012 10:43:32 -0800 (PST) > Jeffrey Marans > wrote: > > > I'm working on transitioning about 15 CVS modules to GIT repositories > > and I think I've got a handle on ho

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

2012-12-05 Thread Jeffrey Marans
'll be my new prefix :) 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 > wrote: > > > I thought the only possible solution was to have a complete set of > > reposito

[git-users] multiple eclipse projects using single repository

2012-12-06 Thread Jeffrey Marans
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 into the repository making it impossible to create another. --

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

2012-12-06 Thread Jeffrey Marans
te a git repository for each one of your eclipse > projects. > > > William Seiti Mizuta > @williammizuta > Desenvolvedor da Caelum > > > > On Thu, Dec 6, 2012 at 4:22 PM, Jeffrey Marans > > wrote: > >> Can I create multiple eclipse projects using the same

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

2012-12-06 Thread Jeffrey Marans
> > http://git-scm.com/book/en/Git-Tools-Submodules > > > On Thursday, 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 e