0
votes
2answers
42 views
Any tools to analyze divergent code, get it into sourcecontrol (Subversion)
Say you take over some code that exists in different versions, no sourcecontrol (possibly some backups). Are there some tools that let you analyze relationships (more than diffs), …
2
votes
2answers
89 views
Mercurial: Why would you maintain separate branches/versions of software in separate cloned repos rather than with tags?
I'm looking at the mercurial handbook, chapter 6 "Working with multiple branches". In there the author states that if you have separate versions/branches of the same software that …
1
vote
2answers
123 views
Tried redmine and trac, but none of them allows me to share milestones and bugs between projects
Do you know a good alternative to redmine or trac which allows such a feature? I've also tried fogbugz, but is too poorly integrated with the svn repository browsing (and there is …
0
votes
1answer
20 views
Rebase-push cycles for git branches
I'm currently using a github repository with a single branch, based of a master branch of another repository. The github branch is a backup of my work, and definitely not meant for …
0
votes
3answers
78 views
Sitecore values — Template > Standard Values > Branch > Item
OK, here's the process I took...
create a new template "Mail Message"
create a "__Standard Values" item for the template
edit the "Subject" field in the standard values item: " …
3
votes
4answers
141 views
same project, multiple customers git workflow
Hi,
After my first question, id like to have a confirmation about the best git workflow in my case.
I have a single django project, hosted at github, and differents clones with …
1
vote
3answers
120 views
Need to restore a deleted branch subversion
Crap. I have two working copies of a subversion repository, one of the trunk, and one of a branch I created. Then, I accidentally the deleted the branch in a repository browser. …
2
votes
3answers
73 views
Commit a change to more than one branch in Git
Typical usage scenario:
I have master, branch_foo and branch_bar. All are up to date. Now, I do a "git checkout master" and work on a bug fix.
Lets say that fix was on a tracked …
3
votes
4answers
329 views
Storing separate named branches in mercurial without having to merge them
It's my first time using a DVCS and also as a lone developer, the first time that I've actually used branches, so maybe I'm missing something here.
I have a remote repository from …
2
votes
2answers
72 views
svnmerge and renaming a branch break tracking?
If I'm using svnmerge to track changes for a branch and I want to rename the branch (by doing an svn mv), will this cause any problems with the way the changes are tracked? Is thi …
5
votes
1answer
94 views
Separate files in Git
I'm trying to keep my static files in a separate branch so that I can keep them from merging into my master brach (on Heroku, your application's slug needs to stay small). I don't …
2
votes
3answers
427 views
Is there a Netbeans equivalent to Eclipse’s Workspace
I enjoy using Netbeans, especially for development with Maven, however, I've found recently that I've been working with three different branches of the same code base in different …
1
vote
2answers
417 views
Tortoise SVN Merging - New Trunk to Branch
Let us say I have a trunk and I create a branch (branch A) of it on Sunday making Revision 10.
On Monday I work on both branch A and the trunk (branch A is responsible for Revisio …
1
vote
4answers
128 views
git-svn isn’t committing to branches, only trunk.
I'm working with an SVN repository that is laid out like this:
$SVN/[project]/trunk
$SVN/[project]/branches/[user]/[branch]
$SVN/[project]/tags/releases/[tag]
My .git/config lo …
0
votes
1answer
79 views
What is the best way to handle branches of vendor branches in SVN?
So, I'm already familiar with this:
http://svnbook.red-bean.com/en/1.5/svn.advanced.vendorbr.html
My question is how do you handle a vendor branch that has both a stable release a …
