login
Header Space

 
 

Mailing list archives

Search results

Found 19 matching messages (0.062 seconds). Page 1 of 1.

Re: Collecting cvsps patches

... on kernel.org ? > Also, I guess that patch I posted in the "cvsps ... which appear to cause problem to cvsps. I'll see if I can ... already collected a handful of them to http://bugs.debian.org/cvsps. Best regards, -- Yann Dirson

git - Yann Dirson - Jun 16 2006 - 17:34

Re: Collecting cvsps patches

... > http://ydirson.free.fr/en/software/scm/cvsps.html to link to. Thank you! By ... way, CVSps is capitalized as CVSps, not CvsPs. It would be great to install the gitweb interface so that the patches could be viewed online. -- Regards, Pavel Roskin ...

git - Pavel Roskin - Jun 13 2006 - 11:39

Re: Collecting cvsps patches

... done here and there on cvsps, but > upstream does not seem ... , I have > started to collect the patches I found. That's ... you! I'm sending four patches - two compile fixes for recent regressions and two patches fixing DNS resolution on 64-bit systems ...

git - Pavel Roskin - Jun 13 2006 - 00:35

Re: Collecting cvsps patches

... to TagName. That said, having non-compilable repository defeats the purpose of collecting the patches to cvsps. Shouldn't only compilable patches be allowed in the repository? -- Regards, Pavel Roskin - ...

git - Pavel Roskin - Jun 14 2006 - 23:08

Re: Collecting cvsps patches

... Roskin wrote: > That said, having non-compilable repository defeats the purpose of > collecting the patches to cvsps. Shouldn't only compilable patches be > allowed in the repository? Right, it is entirely my ...

git - Yann Dirson - Jun 15 2006 - 12:25

Re: Collecting cvsps patches

... page at > http://ydirson.free.fr/en/software/scm/cvsps.html to link to. > > I'll expand it later with ... set up gitweb on that site, perhaps? Also, I guess that patch I posted in the "cvsps wierdness" thread (yeah, yeah, bad spelling, but it wasn't ...

git - Linus Torvalds - Jun 13 2006 - 11:47

Re: Collecting cvsps patches

... ) Rather, I have carefully hidden it in a previous post with an unrelated Subject line:) http://ydirson.free.fr/soft/git/cvsps.git Best regards, -- Yann Dirson | Debian-related: < ...

git - Yann Dirson - Jun 11 2006 - 18:42

Re: Collecting cvsps patches

On Mon, 12 Jun 2006 00:42:05 +0200, Yann Dirson wrote: > http://ydirson.free.fr/soft/git/cvsps.git I think you need to chmod +x hooks/post-update and then run 'git-update-server-info'. Cheers, Anand - To unsubscribe from this list: send ...

git - Anand Kumria - Jun 12 2006 - 07:27

Re: Collecting cvsps patches

... want me to put up there, and/or a like? I have setup a Q&D page at http://ydirson.free.fr/en/software/scm/cvsps.html to link to. I'll expand it later with more information. Best regards, -- Yann Dirson | Debian-related ...

git - Yann Dirson - Jun 13 2006 - 11:15

Re: Collecting cvsps patches

... up there, and/or a like? > > I have setup a Q&D page at > http://ydirson.free.fr/en/software/scm/cvsps.html to link to. I have added above link to GitWiki, at InterfacesFrontendsAndTools, and at GitLinks. -- Jakub Narebski Warsaw, Poland ...

git - Jakub Narebski - Jun 13 2006 - 12:52

Re: Collecting cvsps patches

... s safe to cast name to a pointer to > TagName. You are right. My patch is wrong. I have tried to import real cvs repo and cvsps broke with sigsegv. - To unsubscribe from this list: send the line "unsubscribe git" ...

git - Alexander Litvinov - Jun 14 2006 - 23:14

Re: Collecting cvsps patches

... Kumria wrote: > On Mon, 12 Jun 2006 00:42:05 +0200, Yann Dirson wrote: > > > http://ydirson.free.fr/soft/git/cvsps.git > > I think you need to chmod +x hooks/post-update > > and then run 'git-update-server-info'. Unfortunately, I only have ...

git - Yann Dirson - Jun 16 2006 - 17:23

Re: Collecting cvsps patches

... Kumria wrote: >> On Mon, 12 Jun 2006 00:42:05 +0200, Yann Dirson wrote: >> >> > http://ydirson.free.fr/soft/git/cvsps.git >> >> I think you need to chmod +x hooks/post-update >> >> and then run 'git-update-server-info'. > > Unfortunately, I ...

git - Jakub Narebski - Jun 16 2006 - 17:31

Re: Collecting cvsps patches

... wrote: >>> >>> > http://ydirson.free.fr/soft/git/cvsps.git >>> >>> I think you need to chmod +x hooks/post-update ... > > Or extend git to allow push/pull also via ftp? Patches welcome. - To unsubscribe from this list: send the line "unsubscribe ...

git - Junio C Hamano - Jun 16 2006 - 19:22

Re: Collecting cvsps patches

... Kumria wrote: >> On Mon, 12 Jun 2006 00:42:05 +0200, Yann Dirson wrote: >> >> > http://ydirson.free.fr/soft/git/cvsps.git >> >> I think you need to chmod +x hooks/post-update >> >> and then run 'git-update-server-info'. > > Unfortunately, I ...

git - Junio C Hamano - Jun 17 2006 - 01:50

Re: Collecting cvsps patches

... Roskin wrote: >> I'm sending four patches - two compile >> fixes for recent regressions ... folded the compile fix into > the patch it should have been part of ... taken some time to collect these patches. I feel really bad about 'abandoning' (for now only, ...

git - David Mansfield - Jun 13 2006 - 09:46

Re: Collecting cvsps patches

... , Pavel Roskin wrote: > I'm sending four patches - two compile > fixes for recent regressions and two patches fixing DNS resolution on > 64-bit systems - one ... and folded the compile fix into the patch it should have been part of :) ...

git - Yann Dirson - Jun 13 2006 - 05:54

Re: Collecting cvsps patches

Your master branch is not compilable. This is the fix for it. --- cache.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cache.c b/cache.c index 409392d..2b2179a 100644 --- a/cache.c +++ b/cache.c @@ -501,7 +501,7 @@

git - Alexander Litvinov - Jun 14 2006 - 22:21

Re: Collecting cvsps patches

On Thu, Jun 15, 2006 at 09:21:34AM +0700, Alexander Litvinov wrote: > Your master branch is not compilable. This is the fix for it. Right, it was fixed already. Best regards, -- Yann Dirson | Debian-related:

git - Yann Dirson - Jun 15 2006 - 03:35

speck-geostationary