Re: Python and version control

2005-02-11 Thread Simon Brunning
On Thu, 10 Feb 2005 23:03:43 +, Alan Kennedy <[EMAIL PROTECTED]> wrote: > In my circles, VSS is most often referred to as Visual Source Unsafe. I always find it amusing that VSS's icon is a safe - with the door wide open. -- Cheers, Simon B, [EMAIL PROTECTED], http://www.brunningonline.net/s

Re: Python and version control

2005-02-10 Thread Alan Kennedy
[Peter Hansen] BTW, as a general caution: while Visual Source Safe may be "easy", it's also dangerous and has been known to corrupt many a code base, mine included. I wouldn't touch the product with a virtual ten-foot pole [Christos TZOTZIOY Georgiou] Are you sure you got the acronym right?-) It

Re: Python and version control

2005-02-10 Thread Alan Kennedy
[Carl] What is the ultimate version control tool for Python if you are working in a Windows environment? [Peter Hansen] I never liked coupling the two together like that. Instead I use tools like TortoiseCVS or (now) TortoiseSVN with a Subversion repository. These things let you access revision

Re: Python and version control

2005-02-10 Thread TZOTZIOY
On Wed, 09 Feb 2005 13:13:01 -0500, rumours say that Peter Hansen <[EMAIL PROTECTED]> might have written: >BTW, as a general caution: while Visual Source Safe may be >"easy", it's also dangerous and has been known to corrupt >many a code base, mine included. I wouldn't touch the product >with a v

Re: Python and version control

2005-02-10 Thread Roger
Johann C. Rocholl wrote: Robert Brewer wrote: Peter Hansen wrote: Carl wrote: What is the ultimate version control tool for Python if you are working in a Windows environment? I never liked coupling the two together like that. Instead I use tools like TortoiseCVS or (now) TortoiseSVN with a Subv

Re: Python and version control

2005-02-10 Thread Nick Craig-Wood
Sergei Organov <[EMAIL PROTECTED]> wrote: > Carl <[EMAIL PROTECTED]> writes: > > [...] > > I am a keen user of Emacs, but version control, which is very simple > > when you are in a Linux environment, for example, is not a > > straightforward in Windows. > > Emacs + CVS (or CVSNT) should work

Re: Python and version control

2005-02-09 Thread Joe Francia
Chris wrote: Hi Joe, I'm curious. Why do you only use Eclipse for big projects? Habit, mainly; plus it's easier for one-offs and single-file scripts to just right-click a file in Explorer and "Edit with ScITE" and work from there. And to further complicate matters, when in FreeBSD or Linux, Er

RE: Python and version control

2005-02-09 Thread Johann C. Rocholl
Robert Brewer wrote: > Peter Hansen wrote: > > Carl wrote: > > > What is the ultimate version control tool for Python if you > > > are working in a Windows environment? > > > > I never liked coupling the two together like that. Instead > > I use tools like TortoiseCVS or (now) TortoiseSVN with

Re: Python and version control

2005-02-09 Thread Tom Willis
I'll throw in my reccomendation for svn as well. It just works. On Wed, 09 Feb 2005 14:01:33 -0800 (PST), Timo Virkkala <[EMAIL PROTECTED]> wrote: > Carl wrote: > > What is the ultimate version control tool for Python if you are working in a > > Windows environment? > > I would very much recomme

Re: Python and version control

2005-02-09 Thread Timo Virkkala
Carl wrote: What is the ultimate version control tool for Python if you are working in a Windows environment? I would very much recommend Subversion. It's in no way specific to either Windows or Python, but it's a wonderful tool. If you've ever used CVS, you'll feel right at home. Or after 10 mi

Re: Python and version control

2005-02-09 Thread Caleb Hattingh
Carl What is the ultimate version control tool for Python if you are working in a Windows environment? We use JEDI VCS (open source, free). To be fair, JEDI VCS actually integrates into the Delphi IDE, which is what we use mostly. However, the standard installation also installs a standalon

Re: Python and version control

2005-02-09 Thread Chris
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > I don't know that you'll find a common approach. I use Subversion for > version control. For larger projects, I use Eclipse with the Pydev > plugin for editing, and the Subclipse plugin for talking to Subversion. > For smaller t

Re: Python and version control

2005-02-09 Thread Joe Francia
Carl wrote: Dear friends, What is the ultimate version control tool for Python if you are working in a Windows environment? When you work on a Visual C++ project then it's easy, use Visual Source Safe for your source code! But when it comes to large Python projects and no universal Python IDE wit

Re: Python and version control

2005-02-09 Thread Kartic
I use PVCS for version control and use IDLE or Vim (depending on my mood :-)) to write the programs. So far I have had no issues, works pretty well. Somehow, and it is just me, I don't care much for version control integrated with the IDE. Thanks, -Kartic -- http://mail.python.org/mailman/listi

RE: Python and version control

2005-02-09 Thread Robert Brewer
Peter Hansen wrote: > Carl wrote: > > What is the ultimate version control tool for Python if you > > are working in a Windows environment? > > I never liked coupling the two together like that. Instead > I use tools like TortoiseCVS or (now) TortoiseSVN with a > Subversion repository. These t

Re: Python and version control

2005-02-09 Thread Steve Holden
Carl wrote: Dear friends, What is the ultimate version control tool for Python if you are working in a Windows environment? When you work on a Visual C++ project then it's easy, use Visual Source Safe for your source code! But when it comes to large Python projects and no universal Python IDE wit

Re: Python and version control

2005-02-09 Thread Peter Hansen
Carl wrote: What is the ultimate version control tool for Python if you are working in a Windows environment? What is the most common adopted approach among Python developers working in a Windows environment? I never liked coupling the two together like that. Instead I use tools like TortoiseCV

Re: Python and version control

2005-02-09 Thread Sergei Organov
Carl <[EMAIL PROTECTED]> writes: [...] > I am a keen user of Emacs, but version control, which is very simple > when you are in a Linux environment, for example, is not a > straightforward in Windows. Emacs + CVS (or CVSNT) should work just fine in Windows either. -- Sergei. -- http://mail.pyt