views:

88

answers:

5

I want to create a CI for my company and we are using Sourcesafe as our repository.

I want to know is there any way to create a CI Build process with Sourcesafe?

I read some CI process with TFS and GIT (svn) but can't find an article for Sourcesafe?

What should I do?

+2  A: 

Hudson has a VSS plugin.

oeuftete
+1  A: 

I believe you can use TeamCity with SourceSafe.

David Hodgson
+4  A: 

CruiseControl has a VSS plugin also.

But seriously... VSS... in 2010...

Vladimir
CruiseControl works well if you are stuck on VSS. I agree though, dump vss asap.
thekaido
+1  A: 

Our Parabuild provides Continuous Integration for Visual SourceSafe out of the box. It's a fully-supported configuration.

Slava Imeshev
A: 

Visual Source Safe is the devil's work.

I'd go Subversion + TeamCity myself.

Wim Hollebrandse