I take it you are talking about the "central" repository where developers 
will be pushing in changes, and then have them being built and tested by 
the build process.

Note that the build box will need to have non-bare repository (with a 
working tree) to work, while the central repository will have to be a bare 
one. (google 
it<http://www.google.de/search?aq=0&oq=git+bare+vs+&gcx=c&sourceid=chrome&ie=UTF-8&q=git+bare+vs+non-bare#sclient=psy-ab&hl=en&source=hp&q=git+bare+vs+non-bare+repository&pbx=1&oq=git+bare+vs+non-bare+repository&aq=f&aqi=&aql=&gs_sm=e&gs_upl=75965l77952l0l78232l13l10l0l0l0l0l363l1707l1.6.1.1l10l0&bav=on.2,or.r_gc.r_pw.r_cp.,cf.osb&fp=627cda7d50be2b03&biw=1360&bih=656>if
 you don't understand the difference, or read the docs of git clone). 
Typical build-systems (like Jenkins and Hudson) will automatically clone 
and create local non-bare repositories when you configure them with a url 
to the central repository.

There's no convention that I'm aware of. Strictly speaking, it doesn't 
matter. On Linux I've put central repositories under /var/git - and then 
linked to this directory via /git and the home-directory of a user "git" ( 
~git/).

Maybe you could just put it in c:\git-repos..

You could put it in the home-directory of a user called "git", but then it 
would end up in c:\Documents and settings\... right? It's probably better 
to avoid directories with spaces in it.

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/git-users/-/Pa6RX2h6GvUJ.
To post to this group, send email to git-users@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.

Reply via email to