Skip to main content

Is there a Linux (Ubuntu) svn client that doesn"t suck?


Subversion has a superb client on Windows (Tortoise, of course). Everything I've tried on Linux just - well - sucks in comparison....



Source: Tips4allCCNA FINAL EXAM

Comments

  1. Disclaimer: A long long time ago I was one of the developers for RabbitVCS (previously known as NautilusSvn).

    If you use Nautilus then you might be interested in RabbitVCS (mentioned earlier by Trevor Bramble). It's an unadulterated clone of TortoiseSVN for Nautilus written in Python. While there's still a lot of improvement to be made (especially in the area of performance) some people seem to be quite satisfied with it.

    The name is quite fitting for the project, because the story it refers to quite accurately depicts the development pace (meaning long naps). If you do choose to start using RabbitVCS as your version control client, you're probably going to have to get your hands dirty.

    ReplyDelete
  2. Generally I just use the command line for svn, it's the fastest and easiest way to do it to be honest, I'd recommend you try it.
    Before you dismiss this, you should probably ask yourself if there is really any feature that you need a GUI for, and whether you would prefer to open up a GUI app and download the files, or just type "svn co svn://site-goes-here.org/trunk"

    You can easily add, remove, move, commit, copy or update files with simple commands given with "svn help", so for most users it is more than enough.

    ReplyDelete
  3. kdesvn is probably the best you'll find.

    http://www.alwins-world.de/wiki/programs/kdesvn

    Last I checked it may hook in with konqueror, but its been a while, I've moved on to git :)

    ReplyDelete
  4. To begin with, I will try not to sound flamish here ;)

    Sigh.. Why don't people get that file explorer integrated clients is the way to go? It is so much more efficient than opening terminals and typing. Simple math, ~two mouse clicks versus ~10+ key strokes. Though, I must point out that I love command line since I do lot's of administrative work and prefer to automate things as quickly and easy as possible.

    Having been spoiled by TortoiseSVN on windows I was amazed by the lack of a tortoisesvn-like integrated client when I moved to ubuntu. For pure programmers an IDE integrated client might be enough but for general purpose use and for say graphics artists or other random office people, the client has to be integrated into the standard file explorer, else most people will not use it, at all, ever.

    Some thought's on some clients:

    kdesvn,
    The client I like the best this far, though there is one huge annoyance compared to TortoiseSVN - you have to enter the special subversion layout mode to get overlays indicating file status. Thus I would not call kdesvn integrated.

    NautilusSVN,
    looks promising but as of 0.12 release it has performance problems with big repositories. I work with repositories where working copies can contain ~50 000 files at times, which TortoiseSVN handles but NautilusSVN does not. So I hope NautilusSVN will get a new optimized release soon.

    RapidSVN is not integrated, but I gave it a try.
    It behaved quite weird and crashed a couple of times. It got uninstalled after ~20 minutes..

    I really hope the NautilusSVN project will make a new performance optimized release soon.

    NaughtySVN seems like it could shape up to be quite nice, but as of now it lacks icon overlays and has not had a release for two years... so I would say NautilusSVN is our only hope.

    ReplyDelete
  5. You could also look at git-svn, which is essentially a git front-end to subversion.

    ReplyDelete
  6. See my question: What is the best subversion client for Linux?

    I also agree, GUI clients in linux suck.

    I use subeclipse in Eclipse and RapidSVN in gnome.

    ReplyDelete
  7. http://rapidsvn.tigris.org/?

    ReplyDelete
  8. IMHO there is one great svn gui client, SmartSVN. It is commercial project, but there is foundation version (100% functional) witch can be used free of charge, even for commercial purposes. It is written in java, so it is multi-platform (it requires sun-java* package) http://smartsvn.com

    ReplyDelete
  9. I guess you could have a look at

    http://rabbitvcs.org/


    RabbitVCS is a set of graphical tools written to provide simple and straightforward access to the version control systems you use. Currently, it is integrated into the Nautilus file manager and only supports Subversion, but our goal is to incorporate other version control systems as well as other file managers.
    RabbitVCS is inspired by TortoiseSVN and others.


    I'm just about to give it a try... seems promising...

    ReplyDelete
  10. Nobody else has mentioned it and I keep forgetting the name so I'm adding these instructions here for my future self the next time I google it...

    currently pagavcs seems to be the best option

    http://code.google.com/p/pagavcs/

    you want one of these .deb files

    sillyspamfilter://pagavcs.googlecode.com/svn/repo/pool/main/p/pagavcs/

    (1.4.33 is what I have installed right now so try that one if the latest causes problems)

    install then run

    nautilus -q

    to shutdown nautilus, then open up nautilus again and you should be good to go without having to logout/shutdown

    Sadly rabbit just chokes on large repos for me so is unusable, paga doesn't slow down browsing but also doesn't seem to try and recurse into directories to see if anything has changed.

    ReplyDelete
  11. I'm very happy with kdesvn - integrates very well with konqueror, much like trortousesvn with windows explorer, and supports most of the functionality of tortoisesvn.

    Of course, you'll benefit from this integration, if you use kubunto, and not ubuntu.

    ReplyDelete
  12. Take a look at SVN Work Bench, it's decent but not perfect


    sudo apt-get install svn-workbench

    ReplyDelete
  13. For Ubuntu you cane make use of KDESVN integrated with Nautilus to five a Tortoise SVN Feel.

    Try this ClickOffline.com : Ubuntu alternatives for Tortoise SVN

    ReplyDelete
  14. I sometimes use kdesvn for work directly against a repository.

    I often use Subclipse when working on projects via Eclipse.

    But most of all I use good ol' CLI. With some aliases and bash scripts to back it up, it really is the most concise, reliable method of using svn.

    I have tried NautilusSVN (no relation to NaughtySVN) and svn-workbench and found them too problematic or lacking in functionality. I know I tried RapidSVN at some point but I must not have been impressed as it was quickly uninstalled, but I don't remember anything about it.

    ReplyDelete
  15. If you use it, NetBeans has superb version control management, with several clients besides SVN.

    I'd recommend however that you learn how to use SVN from the command line. CLI is the spirit of Linux :)

    ReplyDelete
  16. If TortoiseSVN is really ingrained you could try using it through WINE? Though I haven't tried it.

    Failing that, I've found Eclipse with Subversive to be pretty good.

    ReplyDelete
  17. If you use eclipse, subclipse is the best I've ever used. In my opinion, this should exist as stand-alone as well... Easy to use, linked with the code and the project you have in eclipse... Just perfect for a developer who uses eclipse and wants a gui.

    Personally, I prefer the command-line client, both for linux and windows.

    Edit: if you use XFCE and its file manager (called Thunar), there's a plugin which works quite well. If I don't want to open the terminal, I just use that one, it has all the functionality, is fast and easy to use. There's also one for git included, though...

    ReplyDelete
  18. Nautilus provides context menu for svn activities

    sudo apt-get install nautilus-script-collection-svn

    cp -r /usr/share/nautilus-scripts/Subversion ~/.gnome2/nautilus-scripts/


    For more info

    Nautilus context menu

    ReplyDelete
  19. Since you're using Ubuntu, and not Kubuntu, I assume you're using GNOME. You might be interested in Nautilus Subversion Integration described on that link.

    ReplyDelete
  20. Anjuta has a built in SVN plugin which is integrated with the IDE.

    ReplyDelete

Post a Comment

Popular posts from this blog

[韓日関係] 首相含む大幅な内閣改造の可能性…早ければ来月10日ごろ=韓国

div not scrolling properly with slimScroll plugin

I am using the slimScroll plugin for jQuery by Piotr Rochala Which is a great plugin for nice scrollbars on most browsers but I am stuck because I am using it for a chat box and whenever the user appends new text to the boxit does scroll using the .scrollTop() method however the plugin's scrollbar doesnt scroll with it and when the user wants to look though the chat history it will start scrolling from near the top. I have made a quick demo of my situation http://jsfiddle.net/DY9CT/2/ Does anyone know how to solve this problem?

Why does this javascript based printing cause Safari to refresh the page?

The page I am working on has a javascript function executed to print parts of the page. For some reason, printing in Safari, causes the window to somehow update. I say somehow, because it does not really refresh as in reload the page, but rather it starts the "rendering" of the page from start, i.e. scroll to top, flash animations start from 0, and so forth. The effect is reproduced by this fiddle: http://jsfiddle.net/fYmnB/ Clicking the print button and finishing or cancelling a print in Safari causes the screen to "go white" for a sec, which in my real website manifests itself as something "like" a reload. While running print button with, let's say, Firefox, just opens and closes the print dialogue without affecting the fiddle page in any way. Is there something with my way of calling the browsers print method that causes this, or how can it be explained - and preferably, avoided? P.S.: On my real site the same occurs with Chrome. In the ex