From: SourceForge.net <no...@so...> - 2012-03-01 20:10:14
|
Bugs item #3495435, was opened at 2012-02-28 13:45 Message generated for change (Comment added) made by bakaproject You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1475673&aid=3495435&group_id=353214 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: core Group: None >Status: Closed Resolution: Fixed Priority: 5 Private: No Submitted By: Doug Beatty (dt25954) Assigned to: Alexander Dupuy (dupuy) Summary: gits remote add appending / on master Initial Comment: When running gits remote add the remote url for the master repository has a / appended. I am running gits with msysgit on Windows. I am attaching a screen shot showing the commands and results. ---------------------------------------------------------------------- >Comment By: Baka Project (bakaproject) Date: 2012-03-01 12:10 Message: Reporter reports as fixed. ---------------------------------------------------------------------- Comment By: Doug Beatty (dt25954) Date: 2012-02-29 10:43 Message: I have pulled your latest changes and verified that the remote is configured without the trailing slash. Thanks for you help. ---------------------------------------------------------------------- Comment By: Alexander Dupuy (dupuy) Date: 2012-02-28 19:28 Message: Sorry, the ref I posted earlier changed due to a rebase I had to perform after committing some older stuff first - the specific commit that fixes this problem is 0ecf27276. ---------------------------------------------------------------------- Comment By: Alexander Dupuy (dupuy) Date: 2012-02-28 19:12 Message: I have just pushed commits up to 7812618657ee2 that should resolve this problem - you can pull the gitslave repo master branch to get this fix, or just cherry-pick that commit if the HEAD causes other problems for you (I don't think it should - you should try HEAD first). ---------------------------------------------------------------------- Comment By: Doug Beatty (dt25954) Date: 2012-02-28 14:19 Message: Updated the screenshot one more time to show that if I 'correct' the remote name and remove the trailing / it pushes fine. So the order of the commands in the screenshot are: 1) Add remote via gits remote add 2) Attempt to push master repository to the new remote it fails 3) change directory to slave 4) attempt to push to new remote it succeeds 5) change directory to the master 6) Fix the remote by deleting and adding without the trailing slash via git remote add 7) attempt to push to new remote it succeeds ---------------------------------------------------------------------- Comment By: Doug Beatty (dt25954) Date: 2012-02-28 14:07 Message: I don't believe you test with msysgit. The last bug I reported I was asked for some perl information. It is the same from my previous bug report as follows: Command: perl -v Prints: This is perl, v5.8.8 built for msys Command: perl -e 'print "$^O\n";' Prints: msys ---------------------------------------------------------------------- Comment By: Doug Beatty (dt25954) Date: 2012-02-28 13:50 Message: I updated the commands and results screen print to show that the slaves are updated correctly. I have also attached the .gitslave file for the master repository. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1475673&aid=3495435&group_id=353214 |