Reputation: 966
I'm a beginner with SVN.
Every time I commit a file in my project, the file is not created/updated on the server.
However, there is no errors when I commit and the SVN repo is updated.
When I check the last modified files on my server, the commited files are not created or updated but files concerning the SVN repo are updated (file created: /svn/myproject/db/revs/0/358).
How can my new file be on the server?
I use Eclipse with Subclipse for a PHP project. The server is on Ubuntu.
Thanks
Upvotes: 0
Views: 237
Reputation: 97395
svn export
or updating Working Copy, which represent your site), you have to ask SVN-admin:
Upvotes: 1