Questions tagged [rhodecode]

RhodeCode is a source code management software for enterprises which supports Git, Mercurial & Subversion

Homepage: https://rhodecode.com/

40 questions
0
votes
1 answer

Rhodecode and GO continuous integration

I'm working with RhodeCode (someway similar to bitbucket) for some time now, and my team want to integrate a new CI tool named GO, this tool uses version control systems (mercurial, git, svn, etc), in our case mercurial on a RhodeCode…
Alejandro
  • 434
  • 1
  • 3
  • 13
0
votes
2 answers

How to take over as Rhodecode administrator

Our Rhodecode adminstrator has left he company. I have root access to the box. How do I give my Rhodecode account administrator privileges?
JD Brennan
  • 992
  • 1
  • 10
  • 20
0
votes
1 answer

In RhodeCode, is it possible to use markdown-style syntax in code review comments?

By default, RhodeCode supports RST-style comments. The docs indicate that both markdown and RST are supported in the README file. Is there a configuration option or plugin that allows you to switch to markdown-style formatting in the code review…
klenwell
  • 6,978
  • 4
  • 45
  • 84
0
votes
1 answer

In RhodeCode, is it possible to index gists for search?

I'd like to see gist contents included in my search results. I've examined the configuration options and googled the topic but could not find any way to include them.
klenwell
  • 6,978
  • 4
  • 45
  • 84
0
votes
0 answers

How can i transfer my mercurial repo from rhodecode to bitbucket

I have my reposerver on rhodecode. IN my repo i have 1000 commits. Now i want to export my that mercurial repo to bit bucket with all those 1000 commits so that i can go to any previous revision to see code chnage i can export one revision but i…
user2424160
  • 257
  • 2
  • 4
  • 9
0
votes
1 answer

Trying to setup Rhode Code on Ubuntu and ran into

While following instructions on how to setup Rhode Code listed here: http://pythonhosted.org/RhodeCode/setup.html I was on the step where I am supposed to use the command: paster setup-rhodecode production.ini I ran into the following error: File…
0
votes
1 answer

Rhodecode apache proxy as a subdirectory issue

I'm running a Ubuntu 12.04 server inside of a vm (vmware) on a Windows Server. I'm running Rhodecode on the vm. I can access RhodeCode fine from the host machine via its IPAddress and the port RHodecode is running on (102.168.226.128:5000) but…
0
votes
2 answers

push to configured hg repository from web interface

I have a small group of developers and we all develop on our own machines. When we have code that is ready for testing, we merge and push to a RhodeCode installation. The hgrc file for my central RhodeCode repo is set up like this: [paths] test_env…
whiteatom
  • 1,456
  • 2
  • 14
  • 33
0
votes
0 answers

Mercurial served by RhodeCode

I've Mercurial and RhodeCode set up on an Ubuntu server. I follow this manual and start RhodeCode as described. However, when I try to call the URL from a client, the server won't respond. I don't even see a message showing up on the server terminal…
orange
  • 7,755
  • 14
  • 75
  • 139
0
votes
1 answer

RhodeCode commit dont work with tortoisehg

I use RhodeCode for a web-based frontend for mercurial. Clone work with successful auth, but all commits with tortoisehg end in /dev/null, like they never have existed. No error shown in tortoisehg, even in any log file. Commiting dirctly with the…
Anonfunc
  • 180
  • 1
  • 8
1 2
3