Questions tagged [rhodecode]

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

Homepage: https://rhodecode.com/

40 questions
3
votes
1 answer

Rhodecode Repository Files

I have installed Rhodecode (mercurial server) on an Ubuntu machine. I specified the repository directory during the setup. I created a new repository using the Rhodecode web interface and was able to clone this empty repository from another machine.…
yuben
  • 693
  • 1
  • 9
  • 23
3
votes
2 answers

Generate authentication code for accessing Mercurial

I'm installing a Mercurial server for managing source code and found RhodeCode. It's quite good for me. However, I'd like to have a feature which is similar to Google Code, in which a user can generate an authentication code for accessing source…
ltvan
  • 308
  • 3
  • 7
3
votes
1 answer

how to read configuration settings from custom hooks?

We are moving from HG to Rhodecode and we are using custom buildbot hook for building on push event. As mentioned here it is straight forward to add custom mercurial hook in Rhodecode. The issue is we are reading the configuration, e.g. credentials,…
Javed
  • 5,904
  • 4
  • 46
  • 71
3
votes
1 answer

RhodeCode - What is blocking my connection?

All connection attempts on RhodeCode on CentOS 6.3 are refused except from localhost. Note that iptables is not running, and I am only trying to visit the web interface. I have googled the exact error message below and looked around SO. I have yet…
Sage Gerard
  • 1,311
  • 8
  • 29
2
votes
1 answer

How do tags in Mercurial get propagated to all branches automatically?

Let's say I have some 50+ feature branches in Mercurial. If I do: hg tag some-tag in one of the feature branches, it seems to propagate to all branches. Regardless of which feature branch I am in, hg tags will show all tags. That's all well and…
Daniel
  • 4,033
  • 4
  • 24
  • 33
1
vote
1 answer

How to get files for mercurial changeset in rhodecode extension

I've enabled the rcextensions for rhodecode, and copied the example _pre_push_hook which should allow validating the file sizes, e.g. to reject any files if they are larger than a given size. I found the hook wasn't working: it was allowing all…
spaceghost
  • 485
  • 2
  • 12
1
vote
1 answer

Unable to clone via SSH

I found this topic/thread but my issue is not RC being run by the wrong user. My SSH clone URL looks like this: ssh://root@my.tld/another-test and access is denied. However, HTTP cloning works just fine. My public keys are in my RC config file as…
NetOperator Wibby
  • 1,354
  • 5
  • 22
  • 44
1
vote
1 answer

Is it possible to get the files changed information from commit ids using mercurial python library?

I am implementing a custom hook in Rhodecode CI, which sends a build request to Buildbot on every push. The hook gives me the revisions commit-id, how can I extract information about the files that were changed as part of this…
Javed
  • 5,904
  • 4
  • 46
  • 71
1
vote
1 answer

possibility of having 2 mercurial servers, using the same database

I have a Mercurial server on a simple server (Virtual Machine (VM)), and about 100 users with access. And from time to time, requests have been slow. And since I can not change the hardware of this server, because the VM server no longer has…
David
  • 280
  • 1
  • 6
  • 15
1
vote
1 answer

Build Jenkins Job after commit to repository

I want to have a integration between my repository and Jenkins Job. The idea is that, after commit or push something into specified repository, the specified jenkins job should immediately starts build. There was similar topic click, but i don't get…
przemoinho
  • 201
  • 3
  • 14
1
vote
1 answer

List project RhodeCode

my problem is the following one: I would want to list all the projects which are present on a RhodeCode instance through Python package. However, I do not find the necessary information within the documentation. Is it someone would have a solution?
1
vote
1 answer

GIT - Error received during Clone and Pull requests

I receive the following error after attempting to Clone a project into my workspace: Cloning into ''... error: RPC failed; result=22, HTTP code = 500 fatal: The remote end hung up unexpectedly I am using the RhodeCode front end to…
SBParks
  • 75
  • 1
  • 9
1
vote
2 answers

Hg ( Merculrial ) Backup policy

We have 500 plus Hg repositories and am looking for a quick and efficient want of backup. Is there a script or Tool that we can use to backup these repositories. We tried Hg bundle, hg clone and regular file system backup but they are not…
1
vote
1 answer

Rhodecode -- How to see utf8 commits in hg

When we using hg repository in rhodecode, all our utf8 commits(Cyrillic) are shown as question mark. Console tests: user@host:~/src/project$ export LANG=en_US.UTF-8 user@host:~/src/project$ hg log --rev f263422d9a6c changeset: …
mnach
  • 520
  • 1
  • 4
  • 9
1
vote
0 answers

Rhodecode: How to add to pull request only changes that had been introduced after the bookmark creation?

So, suppose I have a bookmark with some feature implemented, so the log (hg graph --style compact -G) is like: o 3[tip]:1 4fa205099913 2014-07-28 13:37 +0300 shabunc | default commit C | | @ 2[feature] d3c4f62b33ca 2014-07-28 13:36…
shabunc
  • 23,119
  • 19
  • 77
  • 102
1
2 3