repository-design
How to move up a bazaar repository one hierarchy level up?
I have a project hierarchy like this, with a bazaar repository that has been created in subFolder_1. a_folder[详细]
2023-04-05 22:25 分类:问答how to organise and maintain mercurial repository
At the moment I have 5 differently branded products with almost the same codebase (the diff开发者_开发知识库erences are brand related) and all those products live in the separated mercurial branches.[详细]
2023-03-23 13:38 分类:问答What is the best strategy for calling Stored procedure in MVC?
I am using repository pattern in ASP.NET MVC3.I am extracting data through a stored procedure. Should I create a different repository for each stored p开发者_Python百科rocedure or just create a singl[详细]
2023-03-16 14:12 分类:问答"Layering" git repository
I\'m using git on a daily basis for a while now, and this time I\'ve run into a problem which I could describe like this.[详细]
2023-03-05 15:15 分类:问答Mercurial: repository layout for multi-customer project
We have this webapp product being deployed for multiple customers and think about switching from svn to mercurial. In svn, we see the trunk as our projects \'core\', while branches are setup for each[详细]
2023-02-22 00:32 分类:问答Best Practice for Git Repositories with multiple projects in traditional n-tier design
I\'m making the switch from a centralized SCM system to GIT.OK, I\'ll admit which one, it is Visual SourceSafe.So in addition to getting over the learning curve of Git commands and workflow, the bigge[详细]
2023-02-21 17:09 分类:问答How to model a storage repository which provides intelligent REST based access
I am looking for a unique way to query the following use cases in a REST fashion:- Assuming the repository contains the following:-[详细]
2023-02-07 22:50 分类:问答Where should my security logic go? [closed]
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this[详细]
2023-01-29 13:54 分类:问答Setting up a project directory structure for git repo of a website
I\'m working on a drupal website.I\'ve been keeping an svn repository of my custom modules which I\'ve recently ported to github to work with another developer.[详细]
2023-01-22 21:49 分类:问答How do I access svn branches using git-svn with a non-standard svn repo layout?
The standard repo layout in svn is as follows. /trunk /branches featureX featureY /tags 开发者_如何学Go1.0[详细]
2023-01-15 07:09 分类:问答