On Mon, 17 Mar 2008 12:51:14 -0700, [EMAIL PROTECTED] wrote:

> On Mar 17, 12:15 pm, rockingred <[EMAIL PROTECTED]> wrote:
>> On Mar 10, 11:30 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
>>
>> Unfortunately, no free VC system existed for the language in which I
>> was programming
> 
> Explain?  VC isn't language-specific.

It is.  It depends usually on the fact that there are individual files. 
Preferably text files if you want automagic merging of different changes. 
Now think of languages that are tightly coupled with their IDE storing
only binary "tokenized" files instead of plain text or even one big binary
file that contains all sources and resources of the project.

Ciao,
        Marc 'BlackJack' Rintsch
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to