Search found 3621 matches

by jclausius
Thu Mar 11, 2004 9:07 am
Forum: Support (Vault)
Topic: How To Install under Different Database Name?
Replies: 3
Views: 3330

jason: the install and database scripts do not allow control over the name of the database. in most cases this is usually not a problem. you don't provide enough information about your setup, but ( as a guess ) one possible solution would be to install the server / database, and then rename 'sgvault...
by jclausius
Mon Mar 08, 2004 9:38 am
Forum: Support (Vault)
Topic: How does one change the password for sgvaultuser?
Replies: 3
Views: 4847

jeremy: as you've already noticed, the password in web.config's connect string is encrypted. if you change the sgvaultuser password, you will have to change the connect string to match. here are some options you can use: 1) uninstall / reinstall the vault server. the vault server will correctly chan...
by jclausius
Mon Mar 08, 2004 9:02 am
Forum: Support (Vault)
Topic: Snapshot from command line?
Replies: 1
Views: 4723

.t8:

snapshot is not available from the command line in vault 2.0.

if you would like items to appear in the tree, then use the BRANCH command. otherwise, keep using the LABEL command.
by jclausius
Sat Mar 06, 2004 11:13 am
Forum: Support (Vault)
Topic: Authentication problem with VPN (Vault 2.0)
Replies: 2
Views: 7260

did someone run iislockdown or possibly change the anonymous authentication on the virtual directory's security setting? by default, the virtual directory, vaultservice, is created w/ anonymous access. just about every vault web service call has built in authentication / authorization mechanisms. so...
by jclausius
Fri Mar 05, 2004 9:11 am
Forum: Support (Vault)
Topic: Continous Integration Support
Replies: 6
Views: 9885

brian: i wasn't referring to the nant tasks. in this tread ( http://lists.sourcegear.com/pipermail/vault-list/2003-July/001375.html ), brian schkerke mentions something about starting on draco.net. he stated, I've got the framework put together for Draco.NET (http://draconet.sourceforge.net) -- they...
by jclausius
Thu Mar 04, 2004 10:35 pm
Forum: Support (Vault)
Topic: Source Safe Versus Source Vault
Replies: 6
Views: 9261

sean: come on you vss importers, speak up. we'd love to hear from you. sean, i feel better about providing my biased opinion here :D these are off the top of my head. 1) reliable storage medium. just check the vss newsgroups and vss bloggers. most of them recommend running vss analyze once a week to...
by jclausius
Thu Mar 04, 2004 5:51 pm
Forum: Support (Vault)
Topic: LABEL a label
Replies: 30
Views: 22373

reg: i've logged a customer feature request for label of a label. note, this could also be called "copy label". since the server is basically taking a label, and copying the contents of that label into a new label. however, i would still like to see if there is a way we can accomplish what...
by jclausius
Thu Mar 04, 2004 5:11 pm
Forum: Support (Vault)
Topic: LABEL a label
Replies: 30
Views: 22373

if you will be modifying the label's contents, then the only way to do this is using a snapshot (aka - vault 1.x labels :P ) one quick thing, you state, That way, even though our main label moves, we can tell what was included in a specific build. can you clarify the phrase"main label moves&quo...
by jclausius
Thu Mar 04, 2004 4:34 pm
Forum: Support (Vault)
Topic: Continous Integration Support
Replies: 6
Views: 9885

there was some talk of this before the web-forum was implemented.

it looks as if there was something started for this.

look for the draco.net thread here:
http://lists.sourcegear.com/pipermail/v ... .html#1386

perhaps someone there knows what has happened in this area.

hth
by jclausius
Thu Mar 04, 2004 4:22 pm
Forum: Support (Vault)
Topic: LABEL a label
Replies: 30
Views: 22373

reg: you are correct. a label is just a "tag" against a snapshot of files. it really doesn't have any properties besides that. you could take a look at "snapshot". you can label a snapshot multiple times. but note that overuse of snap shots (or not cleaning up deprecated snapshot...
by jclausius
Wed Mar 03, 2004 11:26 pm
Forum: Support (Vault)
Topic: Vault web service on machine A, SQL on machine B?
Replies: 3
Views: 7787

aaron: if you moved the database, you would have to do a couple of other things: 1) create a sql login for whatever was in the connect string ( by default sgvaultuser ). 2) assuming you used the login as the old server (sgvaultuser), you would then have to re-map the database user to the new sql log...
by jclausius
Wed Mar 03, 2004 11:17 pm
Forum: Support (Vault)
Topic: Can't get new files onto the server
Replies: 6
Views: 11507

rick:

have you investigated modifying vaultguiclient.exe.config?
by jclausius
Tue Mar 02, 2004 2:52 pm
Forum: Support (Vault)
Topic: Web project file structure
Replies: 5
Views: 9001

ulfius: i'm not an expert in this area, but i just tried a sample. someone please correct me if i made a boneheaded mistake. 1) created a dummy web app (WebApplication1) 2) added it to a repository ( $/jeff was the parent. the full path was $/jeff/WebApplication1) 3) it then asked me to choose a loc...
by jclausius
Tue Mar 02, 2004 2:37 pm
Forum: Support (SourceOffSite)
Topic: Starting SourceOffSite as a Service Problem
Replies: 3
Views: 7479

jason:

what account is configured to run the sos service? is it the "local system" account?
by jclausius
Tue Mar 02, 2004 2:29 pm
Forum: Support (Vault)
Topic: Problems checking in shared files from command line.
Replies: 3
Views: 7669

ok. thanks. i currently have my environment in vault 2.0 to work on some other issues. i'll need some time before i can reset back to vault 1.2.3. i'll update you on my progress. please note, there were problems fixed in vault 2, related to the command line client refreshing client folder. it is pos...