Tagged Questions
The multiple-repositories tag has no wiki summary.
27
votes
2answers
3k views
How do you work with a git repository within another repository?
I have a git media repository that I'm keeping all of my javascript and css master files and scripts that I'll use on various projects. My question is if I create a new project that's in it's own git ...
5
votes
3answers
497 views
Real World ASP.NET MVC Repositories
In the real world, Controllers can potentially need to use data from a variety of database tables and other data stores. For example:
[Authorize]
public class MembersController : Controller
...
5
votes
3answers
151 views
Git Version Control - Views on Repositories?
I have a repositories, i want to have two "views": Developers can see the whole thing and customers should only see certain (tagged, or marked in another way) branches.
I thought about making two ...
4
votes
1answer
574 views
How can I setup my .git/config to be able to push to / pull from multiple remote repositories?
Ok, I have three different computers that I work from and right now their configurations are all different so I have to push/pull a certain on each and its very bothersome. What I want to do is have ...
1
vote
1answer
65 views
git repositories, advice?
I have several repositories: a repository managing a database schema (composed of some .sql files) and a Python SqlAlchemy model (model.py, and other repos, which need to use the Python model file ...
1
vote
1answer
205 views
Combining multiple repositories of multiple projects into a single repository of an over-arching solution in Visual Studio 2010?
Suppose I have two Visual Studio 2010 projects, both in the same solution.
One project is a dll library for performing task x. And the other is a Windows Forms GUI Frontend for that library.
Let's ...
1
vote
1answer
782 views
SVN multiple repositories in subfolders
I'm using apache+svn
apache config file:
LoadModule dav_module modules/mod_dav.so
LoadModule dav_svn_module modules/mod_dav_svn.so
LoadModule authz_svn_module modules/mod_authz_svn.so
<Location ...
0
votes
1answer
16 views
GitHub maintain repo within repo directory
Im super new with using GitHub.. I cloned in a repo at html/mycms (repo is mycms) and now I have another repo I would like to maintain within.. I cloned it in at html/mycms/system/docs (repo is called ...
0
votes
2answers
111 views
synchronization of several remote git repositories
We have:
Remote repository with some project.
Several remote repositories, which I want to synchronize with previous one.
When something pushed in first project (1), I need to pull these changes ...
0
votes
1answer
2k views
Using SVNSERVE to host Subversion server, configuration files, etc
I have a SVNSERVE server set up to host multiple repositories.
Short question here
My question is really this: I have authz, passwd, and svnserve.conf in the main directory outside the repositories, ...