rake, capistrano and subversion on google code

I have a google code project (it's awesome), but nothing uploaded yet.
What would I upload to my project at <Google Code Archive - Long-term storage for Google Code Project Hosting. rails/> ?

Do I make a sort of "ant" type build file with rake? Something with capistrano? do I just take the whole directory and put it on the google website? That seems redundant.

How do others do it, please?

thanks,

Thufir

Well, I guess the idea is to upload the *whole* directory which "rails foo" creates via svn? then capistrano is the deployment engine. Is that the same as just copying the whole directory?

thanks,

Thufir