search for: ch07s02

Displaying 4 results from an estimated 4 matches for "ch07s02".

Did you mean: ch07s03
2006 May 03
8
Subversion and tmp directory in Rails 1.1 project
Hello everyone! I''m thinking of the right way to store tmp/ directory of Rails 1.1 project in Subversion. It has cache, session and sockets subdirectories. To me, it looks good to have svn delete tmp/* svn propset svn:ignore "*" tmp So it will ignore all directories and files in tmp/. Even if you create sessions/ and put some files in it, tmp/ content is still ignored. But
2006 Feb 18
2
SVN migration status
...ro: http://svnbook.red-bean.com/en/1.1/ch01.html Concepts: http://svnbook.red-bean.com/en/1.1/ch02.html Guided Tour: http://svnbook.red-bean.com/en/1.1/ch03.html Branches and merging: http://svnbook.red-bean.com/en/1.1/ch04.html Properties: http://svnbook.red-bean.com/en/1.1/ch07s02.html For NUT, the read-only SVN URL is: svn://svn.debian.org/nut/trunk (replace "trunk" with "branches/foo" or "tags/bar" as appropriate, but in general, you don't need to check out trunk/ branches/ and tags/ all at the same time) The CVS "Development&q...
2006 Feb 02
1
Inserting svn revision into site
Hi, Say I wanted to know what svn revision a given site was using, simply from looking at the site. How could I embed that information into the page (into maybe a html comment or in the page footer)? A switchtower task? Joe
2007 Nov 22
11
Initial run of RSpec 1.0.8 on MS-WinXPproSP2
Rails 1.2.5 Ruby 1.8.6 Rake 0.7.3 RSpec 1.0.8 PostgreSQL 8.2.5 I am experiencing a problem with the "rake spec spec" task on an initial trial of rspec. After creating the rails app I installed rspec and rspec_on_rails in the vendor\plugins subdirectory from svn. I then used ruby script\generate rspec_model product. I next manually created the database instances depot_development and