Changeset 1572 in ProjectBuilder for devel/pb/t
- Timestamp:
- May 23, 2012, 9:47:15 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
devel/pb/t/pbtest
r1571 r1572 103 103 sudo su - pbtest -c "ssh-keygen -f .ssh/id_rsa -t rsa -b 768 -v -N ''" 104 104 sudo su - pbtest -c "cp .ssh/id_rsa.pub .ssh/authorized_keys ; chmod 600 .ssh/authorized_keys ; chmod 600 .ssh/id_rsa.pub" 105 sudo su - pbtest -c "ssh -i .ssh/id_rsa.publocalhost touch ftp/README"105 sudo su - pbtest -c "ssh localhost touch ftp/README" 106 106 sudo su - pbtest -c "svn import pb svn://localhost/pb -m 'Initial creation of pb repo'" 107 107 sudo su - pbtest -c "cd pb ; svn co svn://localhost/pb ."
Note:
See TracChangeset
for help on using the changeset viewer.