Tagged Questions
Monotone is an open-source distributed version control system.
3
votes
1answer
227 views
Monotone for the Git user?
I'm pretty used to git by now, and I'm about to start contributing to a project that uses Monotone (mtn). I could just use the export system to convert to git locally, but I figured
learning ...
2
votes
3answers
1k views
Avoiding unnecessary sort in SQL Server GROUP BY?
I have tables of data samples, with a timestamp and some data. Each table has a clustered index on the timestamp, and then a data-specific key. Data samples are not necessarily equidistant.
I need to ...
2
votes
1answer
192 views
Monotone - only pull the latest revision of a repository
I have a remote monotone repos I want to pull from, but I really only need the latest revision (Nope, don't need the history. Yes I'm sure. And I really don't want to wait the hour-and-a-half ...
1
vote
3answers
84 views
How do I get just the branch from a Git command?
I am moving my monotone DVCS to git. In my build setup I have qmake get the current revision and the current branch (because these are build on buildbot) so that it can be used as a define.
...
1
vote
1answer
398 views
Completely Sorted matrix
This question was asked to me in one of my job interviews -
M is a 2d n-by-n matrix in which every row and every column is sorted, and all the matrix elements are different. I need an O(n) algorithm ...
1
vote
1answer
158 views
combining git and monotone
I need to work with an monotone repository. However I'm used to git and looking for way to push my changes into monotone (like git-svn). According to monotone doc I can import the monotone repo into ...