Ubuntu server 10.04 LTS
java version "1.6.0_24"
OpenJDK Runtime Environment (IcedTea6 1.11.3) (6b24-1.11.3-1ubuntu0.12.04.1)
OpenJDK 64-Bit Server VM (build 20.0-b12, mixed mode)
Vault CLI version "SourceGear Vault Standard Command Line Client 5.1.2.19281"
Vault server version "[31/12/2012 12:39:44] Version Check: Your server is version 5.1.2.19281"
Problem
I am trying to use the following command to grab all files from a repository:
Code: Select all
vault GET -host xxxxxxx -ssl -user xxxxxx -password xxxxxxxxxxxx -merge overwrite -performdeletions removeworkingcopy -verbose -nonworkingfolder ~/Evolution/testpull -repository "Tyoteho WT" \$
When I run this command the output is:
This warning doesn't seem to adversely affect any other vault functions as I can do things like set working folders, list repositories etc and it still prints the <success>true</success> output when it's finished.log4j:WARN No appenders could be found for logger (com.cdesg.jni.natives.NativeLoader).
log4j:WARN Please initialize the log4j system properly.
But with the GET call it fetches the ENTIRE directory structure but for some reason only pulls 5 files and then just kinda sits not doing anything, as if it's timed out, but there is no error or notification so I have to manually stop the command (using ctrl+C).
I have no problems pulling files from the same repo on windows using the vault GUI.
Any ideas?
Example
Not sure if this helps but in a clean directory with no working folders on the system, on the first run these files are found:
On the second run these files are found:xxx@wtciserver:~/Evolution/testpull$ find . -type f
./Site/favicon.ico
./Site/settingsLocalDeployment.php
./Site/debug.php
./build.xml
./build.config
On closer inspection actually looks like some vault internal files are pulled rather than different files from the repository each time.xxx@wtciserver:~/Evolution/testpull$ find . -type f
./Site/favicon.ico
./Site/_sgbak/settingsLocalDeployment.php.2012-12-31.13-13-56.3600
./Site/_sgbak/favicon.ico.2012-12-31.13-13-56.3720
./Site/_sgbak/debug.php.2012-12-31.13-13-56.3670
./Site/settingsLocalDeployment.php
./Site/debug.php
./build.xml
./_sgbak/build.xml.2012-12-31.13-13-56.1040
./_sgbak/build.config.2012-12-31.13-13-56.3270
./build.config