Until now there is a disk folder named DEVELOPMENT.
This folder includes a top level folder named _LIB where the common libraries and layers (DAL projects, Business Layer projects e.t.c) are included.
There is also a RESOURCES folder where i have some common bitmaps that i use (mostly).
Aside to this _LIB folder there are folders that resemble the various domains of our business.
The domain projects follow the reference _LIB projects than reference the compiled dlls.
I need to transfer them under svn responsibility.
I would like to start with VisualSVN server,Ankhsvn and TortoiseSVN. All of them are installed and i have been playing with them for a little bit, but i am confused as to the overall strategy of this move.
From what i have understood i need to have clear picture for the following aspects (which i dont have and i need help):
-What to exclude and what to include. -How to deal with the external project references. e.t.c
Additional Info:
After reading some more i came up to this and i need your comments:
Steps:
First create the repo and import anything i want there from TortoiseSVN. This will ensure that only the ignore list of tortoise will be active allowing me to import to repo nearly everything.
For every day use INSIDE a project i will use AnkhSVN. It will keep my solution clean from bin,obj and the other SCC API files that i dont need.
-For anything outside VS i will use TortoiseSVN.