Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

what is tool like TortoiseSVN(Windows) on ubuntu? [closed]

what is tool like TortoiseSVN on ubuntu? please help me.

like image 682
khanh Avatar asked Oct 25 '10 09:10

khanh


People also ask

How do I access SVN on Ubuntu?

SVN comes by default on most GNU/Linux operating system. If it does not exist on your machine, install it. To install the SVN server package and their dependencies on Linux, run the below command: sudo apt-get install subversion.

How do I get rid of TortoiseSVN?

How do I uninstall TortoiseSVN? Simply uninstall from Add/Remove Programs in the Windows control panel. This does not affect your repositories or working copies at all.

Does TortoiseSVN work on Linux?

TortoiseSVN is not available for Linux but there are some alternatives that runs on Linux with similar functionality. The best Linux alternative is SmartSVN, which is free.

What is the difference between SVN and TortoiseSVN?

What's the Difference Between SVN and TortoiseSVN? SVN is a version control system. TortoiseSVN is the visual client for SVN. So, you would use TortoiseSVN as the visual client for SVN.


3 Answers

Try RabbitVCS, it is actually inspired by TortoiseSVN:

alt text

like image 175
Dennis G Avatar answered Oct 03 '22 13:10

Dennis G


You can try Syncro SVN Client Syncro SVN Client

like image 20
tinti Avatar answered Oct 03 '22 12:10

tinti


Try the nautilus-script-collection-svn package. Once it is installed, do Code:

nautilus-script-manager enable Subversion

to enable the scripts for your user. When you right-click files you should now have a new menu entry: Script -> Subversion.

like image 29
mwendamseke Avatar answered Oct 03 '22 11:10

mwendamseke