News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Vresion control plug-in

Started by dushara, November 15, 2010, 05:23:50 AM

Previous topic - Next topic

dushara

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.next.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

daniloz

#1
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.next.codeblocks.org/index.php/topic,10060.0.html

and

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

and one more:

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

Cheers!

dushara

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