Questions tagged [rabbitvcs]

RabbitVCS is a set of graphical tools written to provide simple and straightforward access to the version control systems on Linux.

RabbitVCS is a graphical front-end for version control systems available on Linux.

It integrates into file managers to provide file context menu access to version control repositories. The project was originally called NautilusSvn, but due to the desire to support file managers in addition to Nautilus and more version control systems, it was renamed to RabbitVCS (Version Control System).

The interface was inspired by TortoiseSVN, recognisable by the file manager shell integration, which is available on Nautilus and Thunar in the case of RabbitVCS. It can also integrate into Gedit or run independently on the command line.

22 questions
5
votes
1 answer

Possible to ignore files in RabbitVCS via its right-click menu?

In Windows a tool like TortoiseSVN has ignore file/folder feature in its right-click menu. On Linux Ubuntu I have installed a tool called RabbitVCS, which is supposed to be the best alternative of TortoiseSVN on Linux. However, I am unable to find…
sandalone
  • 41,141
  • 63
  • 222
  • 338
4
votes
1 answer

How to configure RabbitVCS?

I have installed rabbitvcs-core and rabbitvcs-nautilus on Ubuntu 11.10. I have the IP address of our SVN server and have no trouble using TortiseSVN from a Windows 7 PC. How do I configure RabbitVCS to make a working directory and work with our SVN…
jacknad
  • 13,483
  • 40
  • 124
  • 194
4
votes
2 answers

How to install Rabbitvcs on centos7?

I'm used to tortoise SVN. But after switching to centos 7 it is very difficult to use it without GUI. Please Help me install RabbitVCS instead.
Divya Nayak
  • 67
  • 1
  • 7
3
votes
0 answers

svn export (rabbit-svn) deleted local files

I executed svn export with rabbit-svn in a folder and it deleted all the folders which were present before . I don't understand this behavior.Can any one help me with that. And also is there any way the deleted folders back ? Thanks.
matang
  • 259
  • 2
  • 9
2
votes
0 answers

Error could not read Username for 'https://': No such device or address

after a long review & searching over google. Finally, I came across the decision that none of the article/link could help me for find the issue. Actually, I have installed RabbitVCS from its official site as well follow the same steps which are…
Vishal Gajera
  • 4,137
  • 5
  • 28
  • 55
2
votes
2 answers

Change language of RabbitVCS context menu

How do I change the language of the RabbitVCS context menu to english? (mine is currently german) The settings dialog has no option for this. .config/rabbitvcs/settings.conf has a language option, but setting this to “en_US” does not show any…
baruch
  • 137
  • 1
  • 13
2
votes
2 answers

How to fix Unsupported locale settings on rabbitVCS show logs

I am running Ubuntu 16.04 with GIT, Nautilus and rabbitVCS. When i right click git repos files and then show logs it says 'Unsupported local setting'. I have already tried adding local setting to the .bashrc in the home folder and restarted…
Prashanth VG
  • 191
  • 1
  • 14
2
votes
2 answers

RabbitVCS partial checkout

I would like to partial checkout my repository via RabbitVCS. I tried with right-click options, but under "Update to revision..." there is no option Recursively/Only this folder/Custom depth... ect. like in TortoiseSVN. I only know how to download…
Line
  • 1,529
  • 3
  • 18
  • 42
1
vote
1 answer

How do I exclude a single file from svn:ignore?

I've got a directory that needs to be ignored mostly. One of its files is special and I want to include it in the versioning system. The name of the folder to be ignored is hw-description, and the name of the file that I want to preserve is…
Caglayan DOKME
  • 948
  • 8
  • 21
1
vote
4 answers

Cannot install RabbitVCS and SVN on ubuntu 16.04

I just upgraded my pc to ubuntu 16.04 and tried to make it ready for development but it has many issues. One unsolved issue is I tried every possible way but I cant installed RabbitVCS in pc: sudo apt-get install subversion sudo apt-get…
DevOps
  • 438
  • 6
  • 21
1
vote
2 answers

Rabbitvcs not showing lock owner

I have installed rabbitvcs in my ubuntu 14.04 system. It's working well in it. But it's not showing the file lock owner when locking some already locked file. It just says failed lock. As I show in tortoisesvn it's shows the user who has locked that…
Kavin Chauhan
  • 189
  • 1
  • 18
1
vote
0 answers

Is there a way to stage / commit hunk / line?

Is there a way to stage or commit a hunk / line with rabbitvcs? Or any of you guys know a git GUI that does shell integration ? Thanks!
Budi Sutrisno
  • 599
  • 1
  • 5
  • 12
1
vote
2 answers

SVN How can i add 2 new files from one branch to another branch?

I have a branch which have 2 new files .I want to merge those files to another branch - NOT trunk? Is it actually merge ?- because the new files are not in destination branch I tried to do a check out of branchB and try to merge the files from…
zod
  • 12,092
  • 24
  • 70
  • 106
1
vote
1 answer

Removing nautilus support for git from rabitvcs in ubuntu

I have installed rabbitVcs on my machine Ubuntu 11.10, it has support for SVN and git. But with git it's misbehaving in the sense i find these question marks in all the folder which is irritating, how do i control it and can specifically point out…
Nikhil Kumar
  • 114
  • 7
0
votes
1 answer

RabbitVCS GUI is not working and synced repositories are not being marked in nautilus file browser

I am unable to update, commit or see the changes made to the my project repository. They are not being 'tick' marked. However I can perform all the operations through the command-line/console. Here is a copy of my rabbitvcs.log file ClientError:…
1
2