Re: Issue 3213 in reviewboard: rbtools git client fails if core.bare is unset

2014-10-21 Thread reviewboard


Comment #6 on issue 3213 by nano...@gmail.com: rbtools git client fails if  
core.bare is unset

https://code.google.com/p/reviewboard/issues/detail?id=3213

damned, you're right :-(

sorry for this noise

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Issue 3213 in reviewboard: rbtools git client fails if core.bare is unset

2014-10-17 Thread reviewboard


Comment #4 on issue 3213 by nano...@gmail.com: rbtools git client fails if  
core.bare is unset

https://code.google.com/p/reviewboard/issues/detail?id=3213

Hi David,

could you please cherry-pick 6a44356 to release-0.6.x so that it could be  
included in next 0.6.3 release?


Regards

Nicolas

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Issue 3213 in reviewboard: rbtools git client fails if core.bare is unset

2014-10-17 Thread reviewboard


Comment #5 on issue 3213 by trowb...@gmail.com: rbtools git client fails if  
core.bare is unset

https://code.google.com/p/reviewboard/issues/detail?id=3213

This commit was made before we created the release-0.6.x branch (from  
master), so it's included in all 0.6.x releases.


--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Issue 3213 in reviewboard: rbtools git client fails if core.bare is unset

2014-01-28 Thread reviewboard

Status: New
Owner: 
Labels: Type-Defect Priority-Medium

New issue 3213 by nano...@gmail.com: rbtools git client fails if core.bare  
is unset

http://code.google.com/p/reviewboard/issues/detail?id=3213

*** READ THIS BEFORE POSTING!
***
*** You must complete this form in its entirety, or your bug report will be
rejected.
***
*** For customer support, please post to reviewbo...@googlegroups.com
***
*** If you have a patch, please submit it to
http://reviews.reviewboard.org/
***
*** Do not post confidential information in this bug report!


What version are you running?
rbtools 0.5.1

What's the URL of the page containing the problem?
NA

What steps will reproduce the problem?
1. repo sync or git clone a git repo
2. core.bare is not set in .git/config
3. post-review

What is the expected output? What do you see instead?
post-review fails because git config core.bare exit 1 and exception is not  
caught

if git config core.bare exit 1 it means core.bare != true

What operating system are you using? What browser?
NA

Please provide any additional information below.

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Issue 3213 in reviewboard: rbtools git client fails if core.bare is unset

2014-01-28 Thread reviewboard


Comment #1 on issue 3213 by nano...@gmail.com: rbtools git client fails if  
core.bare is unset

http://code.google.com/p/reviewboard/issues/detail?id=3213

when using git-repo tool without mirroring support (to be confirmed), git  
clones are setup without core.bare set.


--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Issue 3213 in reviewboard: rbtools git client fails if core.bare is unset

2014-01-28 Thread reviewboard


Comment #2 on issue 3213 by nano...@gmail.com: rbtools git client fails if  
core.bare is unset

http://code.google.com/p/reviewboard/issues/detail?id=3213

A proposal to fix this issue at
https://reviews.reviewboard.org/r/5342

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Issue 3213 in reviewboard: rbtools git client fails if core.bare is unset

2014-01-28 Thread reviewboard

Updates:
Status: Fixed

Comment #3 on issue 3213 by trowb...@gmail.com: rbtools git client fails if  
core.bare is unset

http://code.google.com/p/reviewboard/issues/detail?id=3213

Fixed in rbtools master (6a44356). Thanks!

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/groups/opt_out.