RE: Get latest from the client versus the IDE
"Eric Sink" <[email protected]>
| Newsgroups | gmane.comp.version-control.sourcegear-vault.user |
|---|---|
| Message-ID | <[email protected]> |
Perhaps my brain is stuck, but I just am not sure
I'm understanding this question. If none of the
following response makes sense, please ignore it
and try asking your question again. :-)
It looks like on your local system you are storing
web projects in a different place from the code for
the rest of your tree. I suspect you've got your
web projects in c:\inetpub or something similar.
You can add another working folder setting in
the Vault client, telling it to place a certain
folder in a different place than the working folder
it inherits from its parent. For example:
Suppose I set the working folder for
$/ROTK
to
c:\src\rotk
But I don't want $/ROTK/Saruman to appear with the
rest of this tree. So, I can explicitly set the
working folder for
$/ROTK/Saruman
to
c:\inetpub\later\Saruman
thus overriding the default. If I did not specify
this working folder setting, that folder would simply
inherit a working folder path from its parent, thus
its effective working folder would have been:
c:\src\rotk\Saruman
One other possibility is to not store your web
projects under inetpub, but rather, just have IIS
serve them in place. This is what we do. In
Windows Explorer, just right-click on
c:\src\rotk\Saruman
choose Properties, Web Sharing, and specify a
virtual directory for IIS to use for sharing.
--
Eric Sink
Software Craftsman
http://software.ericsink.com/
-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Ralph
Shillington
Sent: Wednesday, December 17, 2003 2:45 PM
To: [email protected]
Subject: [vault-list] Get latest from the client versus the IDE
There's no denying that the client out performs the IDE for a wholesale get
latest
My question is this: what happens with web projects. In our case we have a
solution which includes 49 separate projects --- of all variety, but mostly
web site and windows.
If we set the working directory of solution folder to some place on disk is
there any reason to think that the vault client will know to not put the web
sites there?
Is there someway to use the client, rather than the IDE to get latest, for
web projects as well?
Regards,
Ralph Shillington