Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: dushara on November 15, 2010, 05:23:50 am

Title: Vresion control plug-in
Post by: dushara on November 15, 2010, 05:23:50 am
Hi All,

I've seen that there's been a few discussions here and there about version control plug-ins for code::blocks. But I didn't find anything concrete coming out of them.

So I was thinking of having go at writing one but could anyone tell me if I'd be duplicating work that's already being done? I noticed the post about SVNInside (http://forums.codeblocks.org/index.php/topic,7063.0.html), but there doesn't seem to be any activity around it.

Also SVNInside doesn't seem to be exploiting the file status flags provided by the File Manager.

I'm yet to do some serious investigations around it myself.

Has anyone got any thoughts on this?

D
Title: Re: Vresion control plug-in
Post by: daniloz on December 22, 2010, 03:24:45 pm
Hey,

I was thinking about doing something in this direction as well, i.e. a version control plug-in for C::B. Maybe we can join efforts and come up with something.

The idea I have is to split the plug-in into two parts, one that do all the management thing and an interface to the specific version control used, so it could be used with svn/mss/cvs/... just by adding new "interfaces"...

Maybe a good place to start is looking at:

http://forums.codeblocks.org/index.php/topic,10060.0.html (http://forums.codeblocks.org/index.php/topic,10060.0.html)

and

http://forums.codeblocks.org/index.php/topic,7063.0.html (http://forums.codeblocks.org/index.php/topic,7063.0.html)

and one more:

http://forums.codeblocks.org/index.php/topic,13168.0.html (http://forums.codeblocks.org/index.php/topic,13168.0.html)

Cheers!
Title: Re: Vresion control plug-in
Post by: dushara on February 04, 2011, 03:07:24 am
Hi,

Sorry I never saw this reply. Anyway, you would have got my reply. I'll have a look at the links you posted.

D