2
votes
1answer
192 views
What are the “primary contacts” for on Projects and Repositories?
I can set a "primary contact" for a project in Kiln under Admin -> Projects and whenever someone creates a repository, they get set as the "primary contact" for that repository. Wh …
3
votes
2answers
3k views
Moving a file in a repository…
Hi,
I'm fairly new to Kiln & Hg, and I'm trying to figure something else. I've always done, with Subversion and TortoiseSvn, a Right-drag on a file, and when it is dropped, I …
5
votes
2answers
1k views
Using Mercurial with proprietary binary files?
Just read the intro to Hg for SVN users, and I like what I see.
Newbie question alert.
How does this work with binary files?
At the office we use SVN to manage both hardware & …
1
vote
2answers
342 views
Revert entire local repository state
Besides deleting and re-cloning a local repository from Kiln, what is the quickest / most straightforward way to revert everything about the file system where it lives? hg revert …
4
votes
2answers
359 views
“Checking-out” in mercurial?
This is more of a general Mercurial newbie question. Being new to DVCS, I was reading about branching and merging here: merge wiki
That states:
To merge two branches, you pu …
2
votes
1answer
308 views
What does “fogbugz integration” mean?
Background: I'm a long time Fogbugz user, and we switched from VSS to git a few months ago. I've toyed around with hsoted fogbugz for personal projects, and yesterday I've started …
0
votes
1answer
390 views
Equivalent of svn update / p4 sync
In SVN and Perforce, regardless of what I have edited at any time or the changelists I have open, I can run "svn update" or "p4 sync" and my local filesystem is updated to latest, …
3
votes
1answer
86 views
What exactly is a repository?
When you say that every developer has a local repository, in what way is it different from the checked out code every developer has locally?
Does 'repository' include all versions …