marc,
>> So HOW can SVN be of any use for THIS prob?
>
> Take a look at the Subversion documentation (the "book") and search
> for `Vendor branches`.
>
[...]
> The section deals specifically with the situation how to manage 3rd
> party source code with subversion which you want to update from ti
In <[EMAIL PROTECTED]>, Harald Massa
wrote:
> Thanks for that recommendation, I really do use subversion for some time.
> But how can I use it to solve this problem? I do changes to the common
> baseclass which is OUTSIDE my development. I quite correctly assume that
> the developers of the cla
bruno modulix <[EMAIL PROTECTED]> wrote in
>
>> So, what is the most elegant solution to administer these changes?
>
>
> Use a version control system (svn is quite fine...).
>
Thanks for that recommendation, I really do use subversion for some time.
But how can I use it to solve this problem
Harald Massa wrote:
Hello!
I am using a library (= code of so else) within Python. Somewhere in this
library there is:
(snip)
now I want to change the common baa-method. so that
(snip)
Of course, I use a Python- and GPL-Licence compatible library, I can
change the source of foo, and use my chan
Harald Massa wrote:
Hello!
I am using a library (= code of so else) within Python. Somewhere in this
library there is:
class foo:
def baa(self, parameters):
print "something"
self.baazanan(some other parameters)
class mirbo(foo):
def baazanan(self, lalala):