Which Source Code Control

  • Thread starter Thread starter Peter Proost
  • Start date Start date
P

Peter Proost

Hi group,

Which source code control program would you guys advice when working a lot
with linked files in .net
For example, I've got project A with its own frmA, frmB (linked from
project B) and frmC (linked from project C)
Now when I change frmC from inside project A I woul also like to see the
changes in project C.
I've already tested subversion, sourcegear vault 3.5, ankhsvn which all seem
to work fine but not for linked files or am I missing something?
Btw I'm using Visual Studio 2005

Greetz, Peter
 
Hi, I just did some more testing with sourcegear vault, and it seems to do
what I want by sharing files. But any tips are still welcome

Greetz,

Peter
 
I've already tested subversion

I'm using Subversion with AnkhSvn. It works with linked files without
any problems. I just tried it. I've performed Commit and Log operations
on the same file from various projects.

What particular problem do you experience?
 
Hi Peter, with AnkhSvn I couldn't select commit for linked files.

Strange. Maybe the problem occurs only with forms as they consist of two
files. I have only tried normal classes. I'm using AnkhSVN 1.0.1.2736
 
Hi, I just did some more testing with sourcegear vault, and it seems
to do what I want by sharing files. But any tips are still welcome

SourceGear Vault is great (very reliable and easy to use) - free for 1 user
too.
 
Hi I tried it with linked forms and the latest version of AnkhSVN, but for
now sourcegear vault seems to do the job ok, but thanks again for your
input.

Greetz,

Peter
 
Back
Top