21
votes
7answers
829 views

How do you manage multiple versions of the same software for each customer?

I have a source code 95% the same for all customers. Some customers ask something specific. How can I manage this, if it possible with VisualSVN/Subversion ? Could you tell me how manage this kind ...
1
vote
1answer
120 views

VisualSVN and VS2008 integration - moving files

If I drag and drop tracked .cs files to new folders in VS2008 with VisualSVN what message should I see when I commit the .cs file? I see added (+) shouldn't I see a "move"? I'm asking because I'm ...
1
vote
4answers
600 views

Automatically create subversion revision file

I have a project who's structure in Subversion goes as follows, branch tags trunk -- Library ---- Library Code -- Website ---- Website Code The Library folder contains most of the project code and ...
2
votes
2answers
499 views

Serving VisualSVN

I am having hard time connecting to my visualsvn repository from computers outside of my home network So far I only tried replacing my computer name with my computer ip in the repository url but this ...