| From: | Jeremy Drake <pgsql(at)jdrake(dot)com> |
|---|---|
| To: | Warren Turkal <wt(at)penguintechs(dot)org> |
| Cc: | PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: SCMS question |
| Date: | 2007-02-24 07:32:27 |
| Message-ID: | Pine.BSO.4.64.0702232330080.18849@resin.csoft.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Sat, 24 Feb 2007, Warren Turkal wrote:
> The interesting thing about Git is that is has two way sync support for a SVN
> repository also. You could run a Git repository pushing changes in real time
> to a SVN repository and present a CVS frontend also. I would like to try
> converting the CVS repository of PostgreSQL to Git and try setting some of
> this stuff up. Does anyone know how I could get the CVS repository files?
Use cvsup, or if you don't want to go through the effort of getting that
set up, use rsync:
rsync -avzCH --delete rsync.postgresql.org::pgsql-cvs cvsroot/
>
> wt
>
--
Man is the only animal that can remain on friendly terms with the
victims he intends to eat until he eats them.
-- Samuel Butler (1835-1902)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Warren Turkal | 2007-02-24 07:33:36 | Re: SCMS question |
| Previous Message | Warren Turkal | 2007-02-24 07:28:35 | Re: SCMS question |