Windows CVS and SVN client:
$ svn checkout https://65.25.157.250:11443/svn/devry devry Error validating server certificate for 'https://minia.ravenloft.mist:443': - The certificate is not issued by a trusted authority. Use the fingerprint to validate the certificate manually! - The certificate hostname does not match. Certificate information: - Hostname: localhost.localdomain - Valid: from Mar 8 02:16:34 2006 GMT until Mar 8 02:16:34 2007 GMT - Issuer: SomeOrganizationalUnit, SomeOrganization, SomeCity, SomeState, -- - Fingerprint: 0e:10:c1:f6:ed:50:5f:5f:f4:6c:4b:04:61:15:04:a8:3b:3d:4a:cb (R)eject, accept (t)emporarily or accept (p)ermanently? p Authentication realm: <https://minia.ravenloft.mist:443> secure area Password for 'toran': A rockbox/build A rockbox/build/archos A rockbox/build/lang.c A rockbox/build/apps A rockbox/build/apps/build.lang A rockbox/build/apps/rockbox.map A rockbox/build/apps/recorder A rockbox/build/apps/dep-apps A rockbox/build/autoconf.h A rockbox/build/comsim A rockbox/build/comsim/dep-commonsim A rockbox/build/lang.h A rockbox/build/sim A rockbox/build/sim/UI256.bmp A rockbox/build/sim/dep-simwin A rockbox/build/firmware A rockbox/build/firmware/dep-firmware A rockbox/build/firmware/sysfont.c A rockbox/build/firmware/common ... ... $ cd rockbox/ $ ls -al total 84 drwxr-xr-x 10 toran vistani 4096 Mar 25 16:40 . drwxr-xr-x 3 toran vistani 4096 Mar 25 12:22 .. drwxr-xr-x 8 toran vistani 4096 Mar 25 12:23 apps drwxr-xr-x 8 toran vistani 4096 Mar 25 12:22 build drwxr-xr-x 3 toran vistani 4096 Mar 25 12:23 docs drwxr-xr-x 7 toran vistani 4096 Mar 25 12:24 firmware drwxr-xr-x 3 toran vistani 4096 Mar 25 12:24 fonts drwxr-xr-x 7 toran vistani 4096 Mar 25 16:40 .svn -rw-r--r-- 1 toran vistani 0 Mar 25 16:40 test1 drwxr-xr-x 4 toran vistani 4096 Mar 25 12:22 tools drwxr-xr-x 6 toran vistani 4096 Mar 25 12:24 uisimulator
$ svn update A test.txt Updated to revision 2.
$ svn add test2 A test2
$ svn rename test3 test1 A test1 D test3
$ svn del test.txt D test.txt
$ svn status A + test1 D test3 D test.txt
I had to set this environment variable first. It may not be needed on other systems.
$ export SVN_EDITOR=vi
$ svn commit -m "This is a test" Deleting test.txt Adding test1 Deleting test3 Committed revision 5.
find ./ -name entries -exec sed -i 's+file:///data/db/+https://65.25.157.250:11443/+' {} \;