We are a small development team working mostly on Visual Studio
. Until recently, I was working from Office and we were using VSS
for version control. Now, as I had to move to my native place, I am hundreds of miles apart from my team and I am using TFS Online
to collaborate with the team. As the team is still working on VSS, there is always a problem when merging the codes from two different sources.
So, what I wanted to know is, what do you suggest for us.
Is there any tool that can help us achieve this?
Is it possible for us to use both TFS and VSS as version controls on a single machine for the project, so that a member can get the latest from VSS and checkin into TFS Online and vice-versa ?
Sorry for the naive question if it is, I am a noob.
P.S: Bosses dont want to spend on TFS Online
licenses. :)
Asked
Active
Viewed 127 times
0

Vikram Sharma
- 377
- 1
- 8
- 21
-
How small a development team? VSO is free for 5 users – MrHinsh - Martin Hinshelwood Sep 21 '14 at 06:40
-
@MrHinsh, its a bit larger than that. About 15 people. – Vikram Sharma Sep 21 '14 at 10:31
-
1So VSO has been priced so that it is competitive with MSDN (within which it is included). If you have MSDN you pay nothing. If you have only Pro then you are needlessly paying for non-production environments.With MSDN you no longer need to licence any internal non-production server. This is almost always cheaper than buying win / sql / n'stuff for your internals. – MrHinsh - Martin Hinshelwood Sep 21 '14 at 15:32
2 Answers
1
No it's not possible for the same Project / Solution to have different source control connection.
you could open 2 different solutions . i.e. the original on VSS and the copy on VSOnline and then manualy try and keep both solutions inline, but it would be a MANUAL Process.

Just TFS
- 4,697
- 1
- 18
- 22
1
As VSS is no longer supported in any way you should use the built in TFS tools to migrate all of your data to TFS on-premises.
Once there you can put TFS on http or https and access if just like VSO.

MrHinsh - Martin Hinshelwood
- 23,409
- 5
- 46
- 69