Questions tagged [rhodecode]

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

Homepage: https://rhodecode.com/

40 questions
1
vote
1 answer

Is it good option to host Rhohecode on Amazon EC2

I am thinking of hosting Rhodecode for my version control of all my codes on Amazon EC2. Is that the good idea. if that works i may also host Confluence on there as well How much resources will it consume. I am not able to calculate the CPUS thing.…
user1958218
  • 1,571
  • 3
  • 18
  • 28
1
vote
1 answer

nginx configuration for rhodecode & redmine on ubuntu 12.04

I am trying to setup rhodecode + redmine on ubuntu with the following configuration http://my_ip/redmine and http://my_ip/rhodecode I am using nginx as the web server with redmine running on localhost:3000 and rhodecode running on…
iniy
  • 11
  • 4
1
vote
1 answer

How to force rhodecode to invalidate cache after push via ssh

I am running a rhodecode instance for code review etc. however when I push via ssh, the rhodecode does not see the changeset (unless I do a manual pull from hgweb). Do I need a incoming hook in the mercurial or something to get rhodecode to work…
Kimvais
  • 38,306
  • 16
  • 108
  • 142
1
vote
1 answer

Setting up RhodeCode on windows server 2008 r2

I am trying to set up RhodeCode on WS2008R2, but keep on receiving the following error message at the "pip install rhodecode" stage: "couldn't import standard bz2 (incomplete python install)" this seems to happen at the stage when the installation…
Umair
  • 3,063
  • 1
  • 29
  • 50
0
votes
1 answer

Discord Webhook with Rodecode

My goal is to get notifications on my Discord server when someone pushes on a specific repository on Rhodecode. I created a Webhook in Discord settings, copied the URL and pasted it into the URL field from Rhodecode. Do I need to do anything else?…
fusion
  • 444
  • 4
  • 14
0
votes
1 answer

Make Rhodecode display flat list of repos instead of the common grouped view

By default Rhodecode lists the repos available to a user in a grouped form - root-level repos first in a list and a list of groups underneath. Clicking on a group displays the nested repos and groups in a similar list with the selected group…
Peter R.
  • 71
  • 9
0
votes
2 answers

How to work with a local hosted rhodecode mercurial git repository

I have worked with CVS, SVN, Mercurial... but everytime I try do something with GIT I seem not to understand its philosophy. I have a private Rhodecode server, where I wanted to have a copy of a public git repository. Performed the following…
Waldorf
  • 833
  • 2
  • 13
  • 24
0
votes
1 answer

Integrating private server hosted rhodecode into slack

I would like to add an integration for a privately hosted rhodecode server into slack. There are numerous tutorials on how to do this while using rhodecode enterprise but we aren't using the enterprise version. How can I do this?
Christo S. Christov
  • 2,268
  • 3
  • 32
  • 57
0
votes
1 answer

Command line: Create new repository(group) / a repository(project) inside an existing repo group in RhodeCode (uses Hg Mercurial)

I'm looking for a way to create a new repository "newrepo" and a new project "newproject" in RhodeCode using command line way (instead of using RhodeCode Browser based GUI clicks). RhodeCode version is 2.2.5 and it got all repositories/projects…
AKS
  • 16,482
  • 43
  • 166
  • 258
0
votes
0 answers

Failed to import extension mercurial_keyring - Rhodecode - Object has no attribute NullHandler

Machine Env: Windows7 box with Cygwin/TortoiseHg, Linux box (RHEL). Mercurial/Hg - 3.0.1 version I'm trying to integrate mercurial_keyring to perform username/password less operations. Mercurial keyring prompts first time per user / per repository…
AKS
  • 16,482
  • 43
  • 166
  • 258
0
votes
1 answer

Undelete git repo in Kallithea

I want to undelete a git repo which was deleted in Kallithea. Kallithea does not delete the git repo, it renames them to this: rm__20140912_181018_206281__myrepo... Just renaming to myrepo... did not help. How can I enable this repo again?
guettli
  • 25,042
  • 81
  • 346
  • 663
0
votes
1 answer

Kallithea: Show which branch contains a changeset

How can I see which branch contains a changeset in Kallithea (RhodeCode fork)? We use git and the URL of the changeset looks like this: https://source/repos/my-git-repo/changeset/da2c946d929b5adb2b12c23a50205009802bde54 AFAIK you can do this with…
guettli
  • 25,042
  • 81
  • 346
  • 663
0
votes
1 answer

Not all Mecurial changesets are visible using RhodeCode

Using RhodeCode 1.5.4. Our remote Mercurial repositories exist on Linux RedHat servers. We typically use Tortoise to clone these repos locally via RhodeCode to Windows environment, do work locally, then push back to the remote repositories. This…
nancylt723
  • 31
  • 2
0
votes
2 answers

Cannot delete foorepo it still contains attached forks

If I try to delete a repo in kallithea/rhodecode I get this message: Cannot delete it still contains attached forks I know that there is a fork of this project. The fork should survive, but the original should be deleted? How to delete the repo?
guettli
  • 25,042
  • 81
  • 346
  • 663
0
votes
1 answer

Paster make-config is deprecated and rhodecode-config not known

I'm trying to create production.ini file for rhodecode based on this tutorial. But paster gives the following error: ** Warning ** This command is now removed and deprecated, please use new rhodecode-config command instead. When I try to use…
0xmtn
  • 2,625
  • 5
  • 27
  • 53