Hi,
I’m new to (automated) version control and Subversion in particular. I need some help in setting up and organizing the repos.
I currently have things set up like this:
/data (general data folder)
+-/vc (visual c++ projects)
+-/proj1
+-/proj2
…
+-/asm (assembler projects)
+-/vb (visual basic projects)
+-/cpp (non visual c++ projects)
…
+-/h (c includes (mostly controls and components))
It’s set up so that say, proj1 (a VC++ project) includes for example MyFancyControl.cpp and MyFancyControl.h from /data/h, but so do proj5 and proj10.
I need a way of handling the shared external includes. How do I handle this sort of thing with Subversion?
Thanks a lot.
Last updated