User forums > General (but related to Code::Blocks)

Source safe repository

(1/1)

Des_Jacobsen:
I am relatively new to Code::Block having come from a Microsoft development environment. I have to say I am very impressed.

The only feature or plug in I have not found is a code repository, or source safe that I can run on my local network. I want / need / am used to / being able to check in and check out various builds and manage the development process. I am sure there must be something out there so any suggestions would be gratefully accepted.

To those who had a part in developing Code::Blocks, well done!

Des

killerbot:
Suggestions :

1) ClearCase : very good : very expensive, I have a plug-in for it for CB
2) Perforce : also very good : free for personal use -> someday I will make a plug-in
3) svn : is ok : free --> in the forum you can find track of some svn plug-in for CB

dmoore:
I would say that svn is more than adequate for most projects (CB uses it). some of the distributed version control systems may work better for larger groups: add bazaar, mercurial and git to your list. I have personally use bzr on my local network and usually svn for hosted projects. all of these are free + open source software

the ones I mentioned are command line tools, but it wouldn't be a stretch to integrate some interfaces for them into CB (for example, I created a simple file browser that shows the status of files checked out from bazaar, mercurial and svn repositories in my ShellExtensions plugin -- you can check it out by following the link in my sig)

Navigation

[0] Message Index

Go to full version