Re: Source code watermarking

2011-10-07 Thread Philip Martin
Miha Vitorovic writes: > On 7.10.2011 11:56, Semen Prikhodko wrote: >> >> Hi guys. >> >> I need to add additional functionality to Subversion. My task is to >> make SVN able to insert special "watermarks" into working copy >> source files which identify a developer working on them. This means >>

Re: Source code watermarking

2011-10-07 Thread Hyrum K Wright
On Fri, Oct 7, 2011 at 7:35 AM, Miha Vitorovic wrote: > On 7.10.2011 11:56, Semen Prikhodko wrote: > > Hi guys. > > > > I need to add additional functionality to Subversion. My task is to make SVN > able to insert special “watermarks” into working copy source files which > identify a developer wor

Re: Source code watermarking

2011-10-07 Thread Miha Vitorovic
On 7.10.2011 11:56, Semen Prikhodko wrote: Hi guys. I need to add additional functionality to Subversion. My task is to make SVN able to insert special "watermarks" into working copy source files which identify a developer working on them. This means every source file will contain some ident

Source code watermarking

2011-10-07 Thread Semen Prikhodko
Hi guys. I need to add additional functionality to Subversion. My task is to make SVN able to insert special "watermarks" into working copy source files which identify a developer working on them. This means every source file will contain some identifying comment (e.g. // {developer id} ). My c