Re: rails project for google code
From: Ryan Schmidt <subversion-2007b_at_ryandesign.com>
Date: 2007-12-11 10:31:27 CET
On Dec 11, 2007, at 02:58, Thufir wrote:
> First off, subversion is amazingly helpful. How to make it work with
I don't know much about rails, never used it, and this isn't really a
> So, I can create a google code project and run the command:
The easier way is called an in-place import, described in the FAQ:
http://subversion.tigris.org/faq.html#in-place-import
You would create the strawr directory with:
rails strawr --database=sqlite3"
Then you check out the empty Google Code repository directory right
svn checkout https://strawr.googlecode.com/svn/trunk/ strawr --
Now you "svn add" the umpteen files and directories.
If adding the umpteen files and directories is what's bothering you,
rails strawr --database=sqlite3"
Go into it and import everything into the repository:
cd strawr
Then delete the strawr directory and check it out again from the
rm -rf strawr
---------------------------------------------------------------------
|
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.