Getlatest on pinned files returns wrong version
Moderator: SourceGear
-
- Posts: 7
- Joined: Tue Jan 11, 2005 9:14 am
Getlatest on pinned files returns wrong version
Hi,
[SOS Server 4.1.2 - Windows / SOS Client 4.1.2 - Linux]
When achieving a "getlatest" on files that have been pinned (the "pin" operation was done directly with VSS), the sos client does not recognize that the file has been pinned, and gets the wrong version (i.e., the latest instead of the pinned one).
Is this an intended behaviour? Do I miss something? Has someone already been successfull with SOS and pinned files/projects?#
Best regards,
Fabrice Aeschbacher
[SOS Server 4.1.2 - Windows / SOS Client 4.1.2 - Linux]
When achieving a "getlatest" on files that have been pinned (the "pin" operation was done directly with VSS), the sos client does not recognize that the file has been pinned, and gets the wrong version (i.e., the latest instead of the pinned one).
Is this an intended behaviour? Do I miss something? Has someone already been successfull with SOS and pinned files/projects?#
Best regards,
Fabrice Aeschbacher
-
- Posts: 7
- Joined: Tue Jan 11, 2005 9:14 am
-
- Posts: 7
- Joined: Tue Jan 11, 2005 9:14 am
Sorry, but it's only working with 'sos' (GUI), not with the command line client, (which I was not expecting)
The exact command being executed is:
$ /usr/bin/soscmd -command GetProject -server sosserver:8080 -name myname -password mypwd -database 'C:\VSS_DB\srcsafe.ini' -soshome /vss/.sos -nocompress -verbose -project '$/path/to/project' -recursive
The above command returns the latest version of the files, rather than the pinned one.
But following works:
$ export SOSHOME=/vss/.sos
$ sos
and the achieve a 'getlatest' on the same project.
And of course, we need to use the command line client...
Any idea?
The exact command being executed is:
$ /usr/bin/soscmd -command GetProject -server sosserver:8080 -name myname -password mypwd -database 'C:\VSS_DB\srcsafe.ini' -soshome /vss/.sos -nocompress -verbose -project '$/path/to/project' -recursive
The above command returns the latest version of the files, rather than the pinned one.
But following works:
$ export SOSHOME=/vss/.sos
$ sos
and the achieve a 'getlatest' on the same project.
And of course, we need to use the command line client...
Any idea?
-
- Posts: 7
- Joined: Tue Jan 11, 2005 9:14 am
-
- Posts: 7
- Joined: Tue Jan 11, 2005 9:14 am