Newbie Question
Moderator: SourceGear
Newbie Question
Hello, I'm new to the concept of source-code management. The team I'm looking to purchase this for is a group of web developers, all three of whom have no experience with this concept, either.
Everything makes sense to me so far - I've created a repository, uploaded my files, checked out, edited, and checked files back in.
My confusion is: why aren't the changes to the file reflected on the web server? I can bring up different versions in the Vault client with no problem - but the new changes never seem to make their way to the web server.
Thanks in advance for any help you can provide.
Everything makes sense to me so far - I've created a repository, uploaded my files, checked out, edited, and checked files back in.
My confusion is: why aren't the changes to the file reflected on the web server? I can bring up different versions in the Vault client with no problem - but the new changes never seem to make their way to the web server.
Thanks in advance for any help you can provide.
-
- Posts: 6
- Joined: Mon Apr 04, 2005 3:03 pm
- Location: Marietta, GA
- Contact:
I'm not sure if it is this simple, but are you getting the latest from source control to your webserver?
Vault is storing your code and revisions in a database, not on your web server. In order for your web server to be updated with the latest code, it would need to retrieve the latest code from Vault. To automate this (as it sounds like that is what you are interested in doing), you may want to check out using NAnt with a scheduled task or something similar (CruiseControl?).
Hope this helps,
~Jeff
Vault is storing your code and revisions in a database, not on your web server. In order for your web server to be updated with the latest code, it would need to retrieve the latest code from Vault. To automate this (as it sounds like that is what you are interested in doing), you may want to check out using NAnt with a scheduled task or something similar (CruiseControl?).
Hope this helps,
~Jeff
If the web server is on the same LAN as the Vault Server, you can also use Shadow Folders. A shadow folder contains the latest versions of files from specific folders in your database. It's updated whenever the files in the shadowed folder are updated.
Shadow folders are configured in the Admin Tool under Repository Options. See Admin Tool Help for more info.
Shadow folders are configured in the Admin Tool under Repository Options. See Admin Tool Help for more info.
Linda Bauer
SourceGear
Technical Support Manager
SourceGear
Technical Support Manager
Thanks for the tip - it makes sense to me. I attempted doing this and am now receiving an "Invalid Path Error" that states "The path you specified is not accessible from the server machine. Association cannot be made."lbauer wrote:If the web server is on the same LAN as the Vault Server, you can also use Shadow Folders. A shadow folder contains the latest versions of files from specific folders in your database. It's updated whenever the files in the shadowed folder are updated.
Shadow folders are configured in the Admin Tool under Repository Options. See Admin Tool Help for more info.
I received this error even after giving up on the network share and trying to create a shadow folder on the desktop of the local machine.
I searched the Knowledge Base but wasn't able to find anything. Any thoughts? Thanks again.
Is Vault installed on Win2003 Server?
If so, this takes special configuration:
http://support.sourcegear.com/viewtopic.php?t=536
This KB article describes the requirements for the custom account, plus shadow folders on different machine than the Vault Server machine:
http://support.sourcegear.com/viewtopic.php?t=188
If so, this takes special configuration:
http://support.sourcegear.com/viewtopic.php?t=536
This KB article describes the requirements for the custom account, plus shadow folders on different machine than the Vault Server machine:
http://support.sourcegear.com/viewtopic.php?t=188
Linda Bauer
SourceGear
Technical Support Manager
SourceGear
Technical Support Manager
Thank you for the second link, it was in fact a permissions issue.lbauer wrote:Is Vault installed on Win2003 Server?
If so, this takes special configuration:
http://support.sourcegear.com/viewtopic.php?t=536
This KB article describes the requirements for the custom account, plus shadow folders on different machine than the Vault Server machine:
http://support.sourcegear.com/viewtopic.php?t=188