开发者

SVN hosted on windows to access from linux

SVN is host开发者_运维技巧ed on a windows machine & i need to access it from a linux shell script. Please can anyone help me on this. any help would be appreciable. Thanx


I think you can use the same way as usually. Here is a good Cheat Sheet.


Did you try the command svn help ? If you get an error message that means svn is not installed on your linux machine. So you have to install it first. Google install svn ubuntu or whatever your linux distribution is.

Then you have to checkout the code from your windows machine. The command is svn checkout "/path/to/source/code/"

Then you can use the usual svn commands. The cheat sheet suggested by Sebastian is a good start.


Maybe you are looking for an equivalent TurtoiseSVN under windows for Linux (I hope I've understood your question correctly!). If this is the case, have a look at this post: http://www.linuxquestions.org/questions/linux-software-2/tortoise-svn-equivalent-in-linux-645058/

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜