I currently have SVN down pat in Zend Studio. However, I can't figure out how to upload the changed files?

OK, I was able to right click on the project in Project Explorer and click Properties. Then under Automatic Upload I was able to select my remote connection. However, the problem is that I can't figure out how to map the local project to its place in the remote connection.

My local SVN project:
/branches/
/trunk/
/...

It's uploading it to httpdocs/trunk/foo.html instead of httpdocs/foo.html. How can I get it to map /trunk/ to the remote root?

Workaround: I created a symlink on the server redirecting /trunk to /httpdocs and then I FTP'ed in one level above httpdocs. Would still like to know a better way to do it though :)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.