GithubHelp home page GithubHelp logo

polluks / pagavcs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gborp/pagavcs

0.0 1.0 0.0 404.91 MB

Automatically exported from code.google.com/p/pagavcs

Makefile 2.70% C 1.11% Shell 24.23% Prolog 0.01% Erlang 0.07% Perl 0.04% Java 63.15% Python 0.21% Groff 8.43% HTML 0.07%

pagavcs's Introduction

PagaVCS

PagaVCS is a Nautilus, Thunar and mugCommander integrated TortoiseSVN clone, Subversion GUI client for Linux desktop. Like Tortoise it can be used directly from the filemanager (Nautilus, Thunar, mugCommander) via context menu.

Pagavcs-17 is the new generation supporting Subversion 1.7+. The old Pagavcs is in maintenance-only state now, the Pagavcs-17 is the preferred and developed version.

Contact: [email protected]

Supported Ubuntu versions: Currently:

  • Ubuntu 15.04 Vivid
  • Ubuntu 14.10 Utopic
  • Ubuntu 14.04 Trusty Deprecated:
  • Ubuntu 13.10 Saucy
  • Ubuntu 13.04 Raring (workaround needed, see below)
  • Ubuntu 12.10 Quantal
  • Ubuntu 12.04 Precise

(The 1.6 series supports 11.10 Oneiric too.) (The 1.4.x series supports 9.10 Karmic, 10.04 Lucid, 10.10 Maverick, 11.04 Natty too. [PagaVCS14Series See more])

Install

The Ubuntu Launchpad PPA repository has to be set, it provides automatic updates too.

{{{ sudo apt-key adv --recv-key --keyserver keyserver.ubuntu.com 9B17F2B406D92A67 sudo add-apt-repository ppa:gaborgabor/pagavcs sudo apt-get update

echo install pagavcs-17 or pagavcs-17-dev sudo apt-get install pagavcs-17 echo for Nautilus support: sudo apt-get install pagavcs-17-nautilus echo for Nemo support: sudo apt-get install pagavcs-17-nemo echo for Thunar support: sudo apt-get install pagavcs-17-thunar

echo file manager or computer restart is required after install

}}}

If you are behind proxy you may need to change the first instruction to (substituting your own proxy and port): {{{ sudo apt-key adv --recv-key --keyserver keyserver.ubuntu.com --keyserver-options http-proxy=http://[proxy]:[port] 9B17F2B406D92A67" }}}

13.04 Nautilus workaround

It's a [https://bugs.launchpad.net/ubuntu/+source/nautilus-python/+bug/1170017 known Ubuntu bug], after installing PagaVCS execute in terminal:

64 bit: {{{ sudo ln -sf /usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0 /usr/lib/ sudo ln -sf /usr/lib/x86_64-linux-gnu/libpython2.7.so.1 /usr/lib/ sudo ldconfig killall nautilus }}}

32 bit: {{{ sudo ln -sf /usr/lib/i386-linux-gnu/libpython2.7.so.1.0 /usr/lib/libpython2.7.so.1.0 sudo ln -sf /usr/lib/i386-linux-gnu/libpython2.7.so.1 /usr/lib/libpython2.7.so.1 sudo ldconfig killall nautilus }}}

Features

Used libraries:

pagavcs's People

Contributors

gborp avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.