Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
210 views

SVN Externals in a different SCM

At a previous workplace we used svn externals to update dependent projects when a shared component was updated. This made it easy to see anything that those changes broke, as well as update dependent ...
3
votes
1answer
369 views

Git Import from Surround SCM?

My company has a large codebase in Surround SCM, which was migrated from SourceSafe a few years ago. We're looking to move to something more suited to our needs, but getting our history out of ...
2
votes
1answer
79 views

Is this Version Control System Centralized or Distributed?

Is Seapine's Surround SCM a centralized or a distributed version control system?
1
vote
0answers
27 views

Load a solution into Visual Studio from disk, not Surround SCM server

I am new to Surround SCM so please forgive me if this isn't obvious. I'm on a new project that has their codebase in a Surround SCM server. Is there a way to immediately load a just gotten project ...
1
vote
1answer
123 views

Way to ignore files with Surround SCM?

I am using surround SCM with a directory structure that looks like the following: root/ src/ somecode/ lib/ my working directory looks like this: root/ .settings/ src/ somecode/ ...
0
votes
2answers
126 views

Continuous Integration with Surround SCM

Are there any continuous integration servers that have an integration with Surround SCM?
0
votes
1answer
76 views

Surround SCM integration with Eclipse for Android project

I have a bunch of code in Surround SCM, which I would like to get into a workspace in Eclipse. I will need to be able to work off of two branches. One for bug fixes, and one for new features, which ...