I'm writing a tool to help prop web sites more simply. Basically it's an executable that "gets latest" via the API. I would like to be able to get historical versions either by label or by "version as of 1/1/05 12:30 EST" kind of thing. The second one is probably harder, but I can't even figure out the first. What I want is some sort of function like:
GetLabeledVersionToNonWorkingFolder(VaultClientFile f, string label, string localPath). But the nearest equivalent has all this junk about label path and stuff, which either I don't want to know about, or I want a way to automatically find out the path value. Thoughts?
Any approaches for the second problem are welcome as well.
Thanks!
Client API, labels, and "as of" fetching
Moderator: SourceGear
my problem with the CLC is the horrid security... RememberLogin seemingly puts it in a text file in the clear on disk (right?) and/or put it on the command line, neither of which are great. (I guess the client API may be doing similar things, but with SSL I hoped not)
The CLC still seems to need this label path stuff to be passed in, am I reading that right? Or is it optional in most cases?
The CLC still seems to need this label path stuff to be passed in, am I reading that right? Or is it optional in most cases?