Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fork should use relative file urls #486

Closed
gitblit opened this issue Aug 12, 2015 · 4 comments
Closed

Fork should use relative file urls #486

gitblit opened this issue Aug 12, 2015 · 4 comments

Comments

@gitblit
Copy link
Collaborator

gitblit commented Aug 12, 2015

Originally reported on Google Code with ID 190

A fork'd repo appears to put in an absolute file path in the "origin" field:

file:///mnt/devutil/gitblit/gitblit-1.2.0/../data/git/salsa/core-utils.git


I was expecting this to be a HTTP url of the repo or a relative file path. I'm afraid
of what might happen/break when an upgrade is performed or if the gitblit distribution
is moved to a different place on the filesystem.

Valid concern or just look the other way?

Reported by James.Moger on 2013-01-21 15:27:44

@gitblit gitblit self-assigned this Aug 12, 2015
@gitblit
Copy link
Collaborator Author

gitblit commented Aug 12, 2015

Reported by James.Moger on 2013-05-23 12:04:06

  • Status changed: Started

@gitblit
Copy link
Collaborator Author

gitblit commented Aug 12, 2015

URLs are absolute, not relative so we can't use a relative file url.  Because the repository
data folder can be relocated we will have to track fork parent as a field within the
repository config.  This must be noted for those upgrading from 1.2.x.

Reported by James.Moger on 2013-06-13 00:32:50

@gitblit
Copy link
Collaborator Author

gitblit commented Aug 12, 2015

Reported by James.Moger on 2013-06-28 20:30:20

  • Status changed: Queued

@gitblit
Copy link
Collaborator Author

gitblit commented Aug 12, 2015

Fix or enhancement released in v1.3.0

Reported by James.Moger on 2013-07-14 16:52:58

  • Status changed: Fixed

@gitblit gitblit closed this as completed Aug 12, 2015
@flaix flaix modified the milestone: 1.3.0 Dec 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants