Results 1 to 1 of 1

Thread: svn (a Tortoise like) How To

  1. #1
    Join Date
    Jun 2008
    Beans
    170

    svn (a Tortoise like) How To

    Well obviously command line (:

    Code:
    sudo aptitude install nautilus-script-collection-svn nautilus-script-manager subversion zenity
    Code:
    nautilus-script-manager enable Subversion
    u can add one more script for creating repository,
    download, unpack and save it under:
    /home/$USER/.gnome2/nautilus-scripts/
    Code:
    sudo chmod +x /home/$USER/.gnome2/nautilus-scripts/Create_Repository
    repository settings, users and so on must be set manually in the repository config files.


    thats all.
    worked on ubuntu 9.04 & 10.10, should work for any gnome based distro.(not the auto installation but the manual installation)
    I haven't tried it yet.
    enjoy

    if u have an older any debian based distro try the following dont forget to find these packages {subversion, zenity} and install them.
    manual installation:
    download the scripts
    copy them into "/home/$USER/.gnome2/nautilus-scripts"
    restart nautilus.
    if it's not working go to the shell
    Code:
    sudo chmod -R +x /home/$USER/.gnome2/nautilus-scripts
    restart nautilus again.


    the menu should now be in the "mouse right button menu"
    Attached Files Attached Files
    Last edited by sam1948; January 6th, 2011 at 10:29 AM.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •