[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: rails project for google code

From: Thufir <hawat.thufir_at_gmail.com>
Date: 2007-12-11 09:58:24 CET

First off, subversion is amazingly helpful. How to make it work with
google code for a rails project, though?

So, I can create a google code project and run the command:

svn checkout https://strawr.googlecode.com/svn/trunk/ strawr --username
hawat.thufir

This will check out an empty directory (with the .svn sub-directory), ok.

In a totally different, unrelated, location:

rails strawr --database=sqlite3"

will *create* directory strawr

Now the pickle: there are two different "strawr" directories. The
kludge: move the .svn directory from the strawr directory which is
revision 1 (downloaded from google) and plop it into the the strawr
directory created by the rails command.

Use "svn add foo" to manually add the umpteen files and directories
created by the rails command; run "svn commit".

This works but is clumsy. What's the better way, keeping in mind that
it's a rails project?

thanks,

Thufir

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Dec 11 10:09:24 2007

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.