I managed to configure SVN for my java project. I used VisualSVN Server as server and I used Netbeans as client. I managed to connect to SVN server using Netbeans plugins. How do i create SVN for perl projects as I know there is no IDE for perl. We need to use perl editor (texteditor,notepad++ and so on) for coding. In this case how do I configure the client for perl project so I can do commit, update or checkout as like in Netbeans. Please advice.

有帮助吗?

解决方案

if you are running windows PC then you should download and install tortoise SVN. it will allow you to check in check out and manage repository.

if you are running with Linux machine so for that you need to install KDESVN

其他提示

Since you like NetBeans, you might wanna try this http://plugins.netbeans.org/plugin/36183/perl-on-netbeans

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top