I have an svn repository in GoogleCode, i have subversion installed in my Ubuntu and a symfony project in a directory called sfTesting. I’m a newbie user of both GoogleCode and subversion.
How can I import, export and keep track of my symfony project ?
Thks.
To make a new local repository with file from your Google Code project:
To see which files you have changed on your computer:
To add and remove files:
To commit your changes to your Google Code project:
To update your local repository with changes from your Google Code project:
Consult the SVN book or
man svnfor complete documentation.