svnadmin create reposName
make your rails app in a temp dir
navigate one above rails app
svn import tester file:///home/usr/path/folder -m "comment"
delete your temp folder contents
----
REMEMBER:
svn file management is all through svn commands---
svn add
svn rename
svn commit
etc.
---
navigate into the temp folder
svn checkout file:///home/usr/path/file checkoutName
svn revert revertThisFile/* - your going to ask it to ignore these dirs
svn propset svn:ignore "*.log" log -ignore all of these
---
bring it home:
railsthings dave$ svn checkout svn+ssh://usrName@domain.com/home/usr/path/folder nameOfLocalFile
---
we made a rake task--check it out--it adds all our changes to the impending commit
svn commit -m "message"
curl - command line request
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment