You need to 'svn add' files to schedule them for addition to the repository. Basically, if 'svn status' shows nothing, then there's nothing to commit. :-)
You should take a look at the svn book: svnbook.red-bean.com And for general help with the svn client (since you're an svn newbie), you'll get the best support by emailing the [email protected] list. On Wed, Jun 2, 2010 at 11:50 AM, Dominic Williams <[email protected]> wrote: > Hi, > > This is really strange. I have created a new googlecode project. I > checkout the project as directed: > > svn checkout https://pelops.googlecode.com/svn/trunk/ pelops -- > username <me> > > This creates a new folder as expected and I copy in the new files. > Then I cd into the folder and do > > svn commit . -m "first upload" -- username <me> --password <googlecode > password> > > ...but nothing happens... it just returns immediately without doing or > saying anything. > > I normally use SVN via Subclipse but this should work right? > > I'm on Snow Leopard > > Many thanks > > -- > You received this message because you are subscribed to the Google Groups > "Project Hosting on Google Code" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-code-hosting?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Project Hosting on Google Code" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-code-hosting?hl=en.

