Windows copy of linux SVN repo

Tagged with windows Rails backup svn

Language: Bash

View as text

Follow this tutorial for making keys in windoz: http://www.howtoforge.com/ssh_key_based_logins_putty

Download plink and copy files to tmp directory

	plink saved_session_in_putty cp -r /var/svn/repo/ /tmp/directory

Download pscp and scp files to your local machine

	pscp -i private_key.ppk -r username@remoteserver:/remote/file/location c:\local_file_location

Then use plink to cleanup remote tmp directory

	plink railsstage rm -rf /tmp/directory

Original snippet written by Johnsonch
Last updated at 12:46 PM on Mar 03, 2009 by Chris Johnson

SnippetStash costs money to host and develop. The service is free for everyone to use
but if you found it useful please consider making a small donation.