liulee / gurtle

Automatically exported from code.google.com/p/gurtle
0 stars 0 forks source link

Issue update fails under TSVN #34

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Check out latest sources (r172)
2. Build the solution
3. Install or update the Gurtle CodeBase in the registry to point to the
new build location
4. Ensure issue updating is set-up with Gurtle
5. Fix an issue in a project set-up with Gurtle and TSVN
6. Commit the changes in TSVN
7. During commit log prompt, click "Select Issue" and select an issue to
link with the commit
8. Click OK to make the commit
9. When the issue update dialog appears post-commit, click OK

What is the expected output? What do you see instead?

After step 9, expected Gurtle to prompt user for credential to authenticate
against Google e-mail service and then update the issue. Instead, nothing
further happens and issue is not updated.

Original issue reported on code.google.com by azizatif on 9 May 2009 at 11:59

GoogleCodeExporter commented 9 years ago
It appears that WinForms's Application.LocalUserAppDataPath fails under
TortoiseProc.exe, perhaps because it is an unmanaged host. The affect point 
line 21
of class CredentialPrompt:

http://code.google.com/p/gurtle/source/browse/trunk/src/Gurtle/CredentialPrompt.
cs?r=172#21

Original comment by azizatif on 9 May 2009 at 12:01

GoogleCodeExporter commented 9 years ago
Typo fix:
The affected point is line 21 of class CredentialPrompt:
http://code.google.com/p/gurtle/source/browse/trunk/src/Gurtle/CredentialPrompt.
cs?r=172#21

Original comment by azizatif on 9 May 2009 at 12:02

GoogleCodeExporter commented 9 years ago
Fixed in r175.

Original comment by azizatif on 9 May 2009 at 3:51