Omgili - forum search, search forums  
  

Discussions about project repo

Displaying 1 - 10 out of 6,346 discussions.  
Time Frame: (Any time)   Minimum number of replies: (2)   Minimum number of discussing users: (0)
  |  

Page: 1   2   3   4   5   6   7   8   9   10  
Keep this page open to be updated with the newest discussions automatically.
Possible Duplicate: One SVN repository or many? Self explanatory I feel. I got a list of related questions but I don't think any really answered this
Started by on , 4 posts by 4 people.  
I vote for a big repo, Apache does that way of small projects, you should go with one repo, however, really large projects may benefit from having and their software ....
Multiple departments working on a project, etc.
Yes, I know I should have just forked the project from the beginning, but this is what situation I'm in now. :) I have a local git repository, that contains my blog, on my local computer, that has several months of commit history. Originally I simply ...
Started by on , 4 posts by 4 people.  
Merge in your fork (#2 from above) $ git pull /path/to/your/original/repo master:master # Clone your original repo's master branch into your new....
Clone your forked copy.
Fork mojombo's repo in GitHub.
At the bottom of your question.
I'm having difficulties understanding bzr init-repo . I have 3 projects that I want to have in their own isolated repository, in subversion I would use svnadmin create three times to create them. Like this: svnadmin create MyProject svnadmin create MyHomepage...
Started by on , 3 posts by 3 people.  
You even can createI wouldn't use init-repo at all, as they're not intended to be branches of the same code init-repo creates shared repository which....
project then don't use shared repo at all, and do as James Polley suggested.
Ask your Facebook Friends
If I have a C# solution with multiple projects in it, what would be better, to have the Git repo created in the solution folder, or in each individual project folder? Multiple developers will be working on the projects. What are your experiences with ...
Started by on , 5 posts by 5 people.  
Each project gets it's own repo, the solution gets a repo....
Git submodule is probably worth consideration here.
This has worked well for me for ten to twelve have a single repository .
Individual Git repositories for each project.
Hi all I created a custom project skeleton as a start for my django projects, hosted on a public repo at github. Id like to use this as root folder for my new, public and privates projects, also hosted @github. The problem is i cannot use this one as ...
Started by on , 3 posts by 3 people.  
PS: if you want a private branch.
Whenever you need a new project branch from this head.
I haven't "prototype".
I've successfully created git repos whose submodules were branches in the same repo.
I'm using github as a repo for a little project, but I'd also like to use some code written by another github user. Is it possible to setup a /library/libraryname folder inside my project which maintains it's links back to the other users repo as well...
Started by on , 5 posts by 5 people.  
You'd prefer to have a 'stable' version of his library, and update it only when another... .
But anyway, generally, you don't want to get updates so fast like that .
Rest of my argument is still valid.
Edit Removed my claim that it's 'probably not possible'.
At work we keep all out clients projects in subversion repositories and are not going to change this in the foreseeable future. A lot of our projects use the same plugins/modules and we also open source some of these and share them on our own github accounts...
Started by on , 3 posts by 3 people.  
You need a strategy for preventing private.
To the .gitignore file for each git repo used in this way.
I've read quite a bit of the Red Bean Software SVN Book, and some of the questions here on SO, but I want to make sure I'm going about this in the right way the first time around step-by-step before I begin using it. Is this correct? Install SVN. Create...
Started by on , 3 posts by 3 people.  
That will create your directory.
The project_name/ subtree, you can then run svn import on it as many times as you want, once for each project (giving a different name for the destination each time).
I'm working on a new project that I plan to keep in a git repository. I know how I would do this in CVS, but I'm a bit new to git and could use some suggestions. The project is firmware for two embedded devices that talk to each other and are packaged...
Started by on , 3 posts by 3 people.  
I am not 100% sure how this works, but you can create a git repo for you common code (say LED and user interface, or even one repo for each), and include a copy of this repo as a submodule of your....
I think you could use sub-modules.
I have just recently converted an old company svn repo which has a bunch of projects into a git repo ie. repo project-1 project-2 project..n From within this new git repo how would you recommend creating a submodule for each individual project?
Started by on , 3 posts by 3 people.  
One reason is to minimize the amount of history and meta data you have to sync down when cloning... .
It works better for distributed source control to have one project per repository.
I would recommend a separate git repo for each sub module.
Page: 1   2   3   4   5   6   7   8   9   10  
More Information


Forum Search About Omgili Help Plugins Forum/Board Owners Privacy

i
In Title
In Topic
In Reply
Exclude
Boost