rails project for google code
From: Thufir <hawat.thufir_at_gmail.com>
Date: 2007-12-04 21:57:02 CET
I'm floundering a bit with subversion. I found the following in the rails
An excerpt, almost word for word, from the text:
/home/svn$ svnadmin create blog
conf dav db format hooks locks README.txt
/home/svn$ cd ~/projects/blog; ls
import the entire project:
svn import -m "initial import" . \ > file:///home/svn/blog
Committed revision 1.
~/projects/blog$
now delete the initial project file
~projects$ cd ..; rm -rf blog/
~projects$ svn checkout file://home/svn/blog
~projects$ cd blog
~projects/blog$ svn commit -m 'removed log files'
Deleting log/development.log
Committed revision 2.
Next, instruct Subversion to ignore th logfiles that get recreated by Rails:
~/projects/blog$ svn propset svn:ignore "#.log" log/
Now, update the log directory, and commit the property change:
~/projects/blog$ svn update log/
~projects/blogs$ svn commit -m 'svn ignore new log/*.log files'
Committed revision 3.
~projects/blog$
thanks,
Thufir
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.