Re: BitKeeper for Python?

2005-05-03 Thread hemanth
John Smith wrote: > I am going to be working with some people on a project that is going to be > done over the internet. I am looking for a good method of keeping everyone's > code up to date and have everyone be able to access all the code including > all the changes and be able to determine what

Re: BitKeeper for Python?

2005-05-02 Thread Miki Tebeka
Hello Bruce, > Typical, you wait years for a decent replacement for CVS, and then... It's called subversion and it has Python bindings. Bye. -- Miki Tebeka <[EMAIL PROTECTED]> http://tebeka.bizhat.com The only difference bet

Re: BitKeeper for Python?

2005-05-02 Thread Bruce Stephens
"John P. Speno" <[EMAIL PROTECTED]> writes: [...] > Too many choices here. Is anyone planning a PySCMOff blog yet ? > > Python, the language that makes reinventing the wheel a little too > easy sometimes. Why stick to Python? There seem to be about a dozen newish SCM's around at the moment, in

Re: BitKeeper for Python?

2005-05-02 Thread John P. Speno
In <[EMAIL PROTECTED]> Ville Vainio <[EMAIL PROTECTED]> writes: >> "Bruce" == Bruce Stephens <[EMAIL PROTECTED]> writes: >Bruce> Nick Craig-Wood <[EMAIL PROTECTED]> writes: >Bruce> [...] >>> You could try Mercurial >>> >>> http://www.selenic.com/mercurial/ >Bruce> Or

Re: BitKeeper for Python?

2005-05-02 Thread Jp Calderone
On 02 May 2005 09:30:05 GMT, Nick Craig-Wood <[EMAIL PROTECTED]> wrote: >John Smith <[EMAIL PROTECTED]> wrote: >> I am going to be working with some people on a project that is going to be >> done over the internet. I am looking for a good method of keeping everyone's >> code up to date and have

Re: BitKeeper for Python?

2005-05-02 Thread Bruce Stephens
Ville Vainio <[EMAIL PROTECTED]> writes: [...] > Bruce> Or Codeville, also written in Python. > > Or bazaar-ng, also written in python. > > Bruce> Codeville's said to be pretty usable. > > Ditto, through the repo format has not been stabilized yet. The impression I get is that bazaar-ng

Re: BitKeeper for Python?

2005-05-02 Thread Ville Vainio
> "Bruce" == Bruce Stephens <[EMAIL PROTECTED]> writes: Bruce> Nick Craig-Wood <[EMAIL PROTECTED]> writes: Bruce> [...] >> You could try Mercurial >> >> http://www.selenic.com/mercurial/ Bruce> Or Codeville, also written in Python. Or bazaar-ng, also written in pyth

Re: BitKeeper for Python?

2005-05-02 Thread Bruce Stephens
Nick Craig-Wood <[EMAIL PROTECTED]> writes: [...] > You could try Mercurial > > http://www.selenic.com/mercurial/ Or Codeville, also written in Python. > which aims at being a true bk replacement. Its also written in > python. Its being developed at the moment... Codeville's said to be pre

Re: BitKeeper for Python?

2005-05-02 Thread Nick Craig-Wood
John Smith <[EMAIL PROTECTED]> wrote: > I am going to be working with some people on a project that is going to be > done over the internet. I am looking for a good method of keeping everyone's > code up to date and have everyone be able to access all the code including > all the changes and be

Re: BitKeeper for Python?

2005-05-01 Thread Baishampayan
Hello John, If you just want a repository for one project and you don't want to admin the whole server [which is a job in itself], you can use Sourceforge's CVS server. They'll also let you host the project on their servers. If you want to setup your own SCM, you can try Subversion, GNU Arch, or if

RE: BitKeeper for Python?

2005-05-01 Thread bruce
e the sourceforge.org site/app... -bruce -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Jp Calderone Sent: Sunday, May 01, 2005 1:26 PM To: python-list@python.org Subject: Re: BitKeeper for Python? On Sun, 01 May 2005 20:16:40 GMT, John Smith <[EMAIL PROTECTED

Re: BitKeeper for Python?

2005-05-01 Thread Jp Calderone
On Sun, 01 May 2005 20:16:40 GMT, John Smith <[EMAIL PROTECTED]> wrote: I am going to be working with some people on a project that is going to be done over the internet. I am looking for a good method of keeping everyone's code up to date and have everyone be able to access all the code including