Hello dear jira community,
i have two questions according to the jira mercurial plugin 4.3-SNAPSHOT.
First of all:
The only way for me to add repos is to create a local clone of the whole repository-server and then add the two paths for the root and the local clone like this:
Full path to the Mercurial root.... = file:///opt/repo/"specificRepoName"/.hg/
Full path to the local directory where a clone ... = /opt/repo/"sameNameLikeAbove"/
If I try to use the default path or any other path outside the repo for the clone i get the error message: can't clone the repository...
Questions:
1.) Why can't i choose a path for the local clone which is different from the mercurial root ? (e.g. the default path)
2.)Is there a possibility to create a smb mount of the repositories on the server where JIRA is running to make the repo available for "local" access using the file:/// protocoll ?
Best regards and thanks in anticipation
Mirko
Hi,
1 - Because if you have 2 different paths, you must have 2 different Hg repositories. Once it's a clone, the Hg itself is pointing to the first path, not to both.
2- It's better to use remote access via SSH for example. Once the SMB mount points will not be the same as the export point, you'll fall on the same error as question 1.
Cheers,
Lucas Lima
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.