Search found 4 matches

by DaveA
Thu Jan 21, 2010 6:51 am
Forum: Questions (API)
Topic: API Login
Replies: 3
Views: 7782

Re: API Login

My API runs a series of tasks that require different logins. I can see requiring the cache to be updated when running the Vault Client. But exceptions must be built in to accommodate other types of operations.
by DaveA
Wed Jan 20, 2010 2:51 pm
Forum: Questions (API)
Topic: API Login
Replies: 3
Views: 7782

API Login

I am using the following to log in. ServerOperations.client.LoginOptions.URL = url; ServerOperations.client.LoginOptions.User = username; ServerOperations.client.LoginOptions.Password = password; ServerOperations.client.LoginOptions.Repository = repository; ServerOperations.Login(); My question: Is ...
by DaveA
Thu Dec 10, 2009 12:47 pm
Forum: Questions (API)
Topic: Programmatically changing history
Replies: 3
Views: 7397

Re: Programmatically changing history

Jeremy, Thanks for the confirmation. We require that we have all versions of files ever checked in, so we can recreate any version of software that we built. So the type of transfer that I am doing is the only way that the source safe to source gear migration can occur. I will get around the problem...
by DaveA
Tue Dec 08, 2009 10:12 am
Forum: Questions (API)
Topic: Programmatically changing history
Replies: 3
Views: 7397

Programmatically changing history

Hi, I am currently evaluating SourceGear. Our current source control is Visual Source Safe and we have automated our build process and all access to sourcesafe. The first task that I have is to migrate all of our source to SourceGear. I am aware of the migration feature in SourceGear. This took >6 d...