- Posts: 31
BitBucket
- kohansey
-
Topic Author
- Offline
Less
More
03 Oct 2012 13:32 - 03 Oct 2012 13:46 #1946
by kohansey
BitBucket was created by kohansey
Using BitBucket, how do I get my repository to update from PB's repo? If I browse to my repo and click the link to create pull request, my only option for source and destination is my own repository. If I browse to PB's repo, the create pull request link is gone, so how do I update my repo with the most recent changes?
Last edit: 03 Oct 2012 13:46 by kohansey.
- FDR
-
- Offline
- kohansey
-
Topic Author
- Offline
Less
More
- Posts: 31
03 Oct 2012 13:51 #1948
by kohansey
Replied by kohansey on topic BitBucket
I just created a fork of PB's deviation repo called deviation12 in my repo. However, I am still having the same problem. The link to pull request on PB's repo is missing and the link on my fork only allows me to choose my own repos.
- FDR
-
- Offline
03 Oct 2012 14:06 - 03 Oct 2012 14:06 #1949
by FDR
Replied by FDR on topic BitBucket
You have to use your own "create pull request" button to send one.
In my case the source on a new request defaults to my repo and the destination defaults to PB's.
Are you sure is that a fork?
Mine labelled like that:
"FDR / deviation (fork of PhracturedBlue / deviation)"
In my case the source on a new request defaults to my repo and the destination defaults to PB's.
Are you sure is that a fork?
Mine labelled like that:
"FDR / deviation (fork of PhracturedBlue / deviation)"
Last edit: 03 Oct 2012 14:06 by FDR.
- FDR
-
- Offline
03 Oct 2012 14:31 #1950
by FDR
Replied by FDR on topic BitBucket
Actually your repo is not on the list of forks:
bitbucket.org/PhracturedBlue/deviation/descendants
bitbucket.org/PhracturedBlue/deviation/descendants
- kohansey
-
Topic Author
- Offline
Less
More
- Posts: 31
- kohansey
-
Topic Author
- Offline
Less
More
- Posts: 31
- FDR
-
- Offline
- PhracturedBlue
-
- Offline
Less
More
- Posts: 4403
04 Oct 2012 00:58 #1964
by PhracturedBlue
Replied by PhracturedBlue on topic BitBucket
There are 2 different 'pulls' in question here.
A 'pull request' is a message sent from you to me thatyou want me to merge your changes. This can be done within the bitbucket system
When you run 'hg pull -u' to update your database, you can pull from multiple locations. the default is your repository (not very interesting if you do all of your development on the same machine). You can specify where to pull from using:
hg pull -u PhracturedBlue@bitbucket.org/PhracturedBlue/deviation
you can make this the default by editing .hg/hgrc and adding these lines:
A 'pull request' is a message sent from you to me thatyou want me to merge your changes. This can be done within the bitbucket system
When you run 'hg pull -u' to update your database, you can pull from multiple locations. the default is your repository (not very interesting if you do all of your development on the same machine). You can specify where to pull from using:
hg pull -u PhracturedBlue@bitbucket.org/PhracturedBlue/deviation
you can make this the default by editing .hg/hgrc and adding these lines:
[paths]
default = https://bitbucket.org/PhracturedBlue/deviation
default-push = <your bitbucket repo here>
[ui]
username = <user> <email@whatever>
Time to create page: 0.774 seconds
-
Home
-
Forum
-
Development
-
Development
- BitBucket