On Tue, 04 Dec 2007 18:14:59 -0600, Ryan Schmidt wrote:
> So... I'm sorry, what's your question? You've quoted some text which
> shows some examples of how to use Subversion, which is great. If you
> need more help with how to use Subversion, there's an excellent free
> book you can read online at http://svnbook.org/ and if you have
> questions about things after reading that, then by all means ask away.
> If you're asking specifically how to apply this knowledge to the
> Subversion repositories Google Code hosts, maybe you should consult the
> Google Code documentation or ask them for assistance.
Oh, well, the google code folks suggested to ask here.
I have checked in code into the repository, and can check it out. I'd
like to start over by deleting that repository.
I can get the code which I uploaded fine, but when I grab I seem to get
some sort of recursive folder-in-a-folder thing:
thufir@arrakis ~/rubyCode $
thufir@arrakis ~/rubyCode $
thufir@arrakis ~/rubyCode $
thufir@arrakis ~/rubyCode $ svn checkout
https://rss-on-rails.googlecode.com/svn/trunk/rss-on-rails --username
hawat.thufir
A rss-on-rails/test
A rss-on-rails/test/unit
A rss-on-rails/test/unit/item_test.rb
A rss-on-rails/test/unit/feed_test.rb
...
A rss-on-rails/public/favicon.ico
Checked out revision 3.
thufir@arrakis ~/rubyCode $
thufir@arrakis ~/rubyCode $ ll rss-on-rails/rss-on-rails/
total 0
thufir@arrakis ~/rubyCode $
thufir@arrakis ~/rubyCode $ date
Wed Dec 5 01:32:16 PST 2007
thufir@arrakis ~/rubyCode $
and then if I use the same command which I initially used to check in the
first time around I get an error. So, I guess I should start with
deleting the "trunk" and getting a clean slate?
thanks,
Thufir
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Dec 5 10:38:57 2007