RE: Command Line Checkout and Checkin
"Eric Sink" <[email protected]> Thu, 19 Feb 2004 07:30:31 -0600
| Newsgroups | gmane.comp.version-control.sourcegear-vault.user |
|---|---|
| Message-ID | <[email protected]> |
The cmdline client can do checkout and checkin, but I don't think you can combine this feature with any sort of wildcard. The 2.0 version of the client does have wildcare support, but only for get, not for checkout. Still, I think it will be possible to do what you want, albeit without the convenience of matching a pattern. -- Eric Sink Software Craftsman http://software.ericsink.com/ -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Jesse Napier Sent: Wednesday, February 18, 2004 8:12 PM To: [email protected] Subject: [vault-list] Command Line Checkout and Checkin Is there anyway through the command line to checkout all files in a certain folder and its subfolders that match a certain pattern? What I am trying to accomplish is to check out all AssemblyInfo.cs files under a certain project in vault. Then check all the AssemblyInfo files back in. I am trying to do this with a build script so that I can increment all the versions of all projects in a particular solution.