Hi!
First of all i'm using SOS 4.2 both on server and client.
Here is the command i use:
soscmd -server "server" -name "username" -password "password" -alias "alias" -project "project" -command GetProject -recursive -verbose
When i use this command everything is fine and it takes 20 seconds to get the project.
Here is what the console says:
Received Challenge from server
Successfully logged in.
Sending GetProject Command to server.
Got file: File
...
Finished retrieving project files.
Closed connection.
When i add -skipwritable at the end of this command, it takes forever because it actually gets the tree of all my project from $ (wich is not what i want).
Here is what console says:
Received Challenge from server
Successfully logged in.
Sending GetProject Command to server.
Downloading project tree for $/
(now it takes forever)
So i wonder why when i activate -skipwritable the command has to get the project tree.
Thanks!
Trouble with skipwritable
Moderator: SourceGear
According to the docs:
-skipwritable is used with GetProject command. If present, will prevent checked out files or other writable files from being overwritten.
I'll take a look at the code. What could be happening is if you are doing this on $/ of your VSS repository, checking each and every file for a file attribute or checkout is causing the slow down. I'll post back when I have more information.
-skipwritable is used with GetProject command. If present, will prevent checked out files or other writable files from being overwritten.
I'll take a look at the code. What could be happening is if you are doing this on $/ of your VSS repository, checking each and every file for a file attribute or checkout is causing the slow down. I'll post back when I have more information.
Jeff Clausius
SourceGear
SourceGear