I know this slightly in the legal realm but its unclear who owns the code if you put proprietary code on github or bitbucket in a private repository.
From Bitbucket we have:
By submitting public (non-private)
Content to Avantlumiere for inclusion
on your Website, you grant
Avantlumiere a world-wide,
royalty-free, and non-exc...
Hi friends how to commit and push projects in bitbucket using MacOSx
$ hg commit
abort: no username supplied
In windows hg clients it ask username and password in pop up windows. How does this hapen on macosx? I did supply commands to terminal but no luck.
...
I have mistakenly sent API username and password in bitbucket code, how do i delete that line ? Please help, it's in public repo.
...
When using mercurial to commit, I first get this error
files over 10MB may cause memory and performance problems
and then when finally try to push , I get a a gateway timeout
>hg push
http authorization required
realm: Bitbucket.org HTTP
user: kunjaan
password:
pushing to *
searching for changes
abort: HTTP Error 504: Gateway Time-ou...
I Love BitBucket.org
But is there a way to configure BitBucket to accept email and automatically putting them into my 'New' Issue list in the issue tracker?
Similarly how you can make it so that it listens for code check-ins and it will auto-magically set issues to complete/fixed etc..
I want something the other way around. I don't w...
Hi guys.
I download my code repository from:
hg clone https://[email protected]/sergiotapia/sharpdic
And now I have the folders on my machine; I can open the solution and develop on it. Now when I run hg log I don't see the initial push I made. Shouldn't I be able to see the initial push on the log?
I though cloning a repo go...
With issues gathering on bitbucket, I'd like to have a way to gather and back them up in the event that I need an offline copy, or no longer use Bitbucket, or something else. The site doesn't offer this service. Is there an alternative mechanism I can use?
...
With all other Mercurial repos that I push to, I can set my username and password in my hgrc (actually, Mercurial.ini since I'm using Windows) for doing operations at a particular domain, and Mercurial won't prompt me for auth info. However, even with these settings in place, Bitbucket always asks for my password.
My settings are as fo...
I can not find any documentation for this - is it possible?
...
Hello,
I believe the title says it. I'm new to source control thingy.
So, let's say I have two developers working on the same project and they started editing the same file(s) at the same time then everyone of them send the new version at a slightly different time. From what I understand the one who sends the changes last will have his...