开发者

Is there a way on how to integrate TortoiseSVN with FileZilla?

I am using Tortoise1.6, SubversionEdge for SVN CMS and FileZilla3 (Test Server has CentOS as Server).

Let's assume the scenario:

- Test Server exists - here, developers have direct access; used for user testing

- There are 3 members in a team

- 2 of the members are developing on their local machine using TortoiseSVN

- But 1 wants to develop directly on the Test Server

--> The issue on developing directly on the Test Server are:

     1.) No TortoiseSVN installed

     2.) Even if SVN exist in TestServer, command scripts are tedious since it is running on CentOS (no GUI)

This issue can be resolved with team management, but the challenging part in here is how to address the technical issue (as this is maybe a future need).

QUESTION

So, my question is - is there a way to integrate TortoiseSVN on FileZil开发者_Go百科la?

Or a way that after committing changes on the working copy, files in the Test Server are also updated?

If you were on my situation, how would you address such issue aside from just team mgt/agreement?


Tortoisesvn is an explorer shell-extension. It doesn't know how to access Filezilla's functions to access the files on the ftp server.

What you can do is using a smb-share over a vpn-network. TortoiseSVN ist then able to directly see the files and display them correctly in explorer - although this solution may be quite slow depending on your network-connection.

However, what I usually do is developing locally, connect via ssh to the server and then use the svn cmd-line utility to do updates.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜