gitbonobo

.git file location using Bonobo


I've searched and can't seem to find a coherent answer to what seems to be a simple question. I've found a lot of incoherent answers so I'm going to try and ask this as clearly as possible for future readers:

In the Bonobo documentation here it says:

"Copy the value in the Git Repository Location. It should look like http://servername/projectname.git."

I just installed Bonobo and using the command prompt added a directory (let's call it "projectname") to the Repositories directory and a .git directory within that folder, I added a test file and committed it. It shows in the Bonobo web interface list of repositories. Everything seems fine. I want to clone this repository. There is no projectname.git file anywhere.

The questions are:

  1. Where is the projectname.git file 1b. Is it simply a combination of the file directory name and the .git directory name?
  2. Was it not created because I created the repository in the command prompt instead of using the Bonobo web interface.
  3. If it's not there now, do I need to create one? 3b. How?

Any help here would really be appreciated, I've only found surprisingly cryptic responses elsewhere when this question was asked very directly "where is the .git file"


Solution

  • There isn't a "projectname.git file" anywhere, which is probably why you can't find it, and you can't find any sensible answer to the question either.

    A general point, which is nothing to do with Bonobo:

    Although there was a time many, many years ago, when most URLs did refer directly to files, that's long gone, and many are just instructions to a web application about what information you are reading or writing - you shouldn't expect, in general, that there will always be a real file in a filing system which corresponds to a URL.