NJLangley / csharptest-net

Automatically exported from code.google.com/p/csharptest-net
0 stars 0 forks source link

TortoiseSVN cannot commit after selecting jira issue #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. TortoiseSVN -> Commit Files, and then commit windows show up and click 
on JIRA Issues button
2. On "Select Issue(s) window, choose the JIRA Issue number (Id) and then 
click OK
3. Trying to commit, and there is a yellow pop up show up from the Jira 
Issues button saying "Only numbers (optionally separated by commas) are 
allowed!"

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

It suppose to just commit the changes, 

I cant commit, it show Only numbers (optionally separated by commas) are 
allowed!"

What version of the product are you using? On what operating system?

Windows XP, TortoiseSVN 

Please provide any additional information below.

Original issue reported on code.google.com by michelle...@gmail.com on 17 Feb 2010 at 7:20

Attachments:

GoogleCodeExporter commented 8 years ago
This is usually caused by a configuration issue in svn.
Removing the following setting should address the issue:

bugtraq:number = true

Let me know if this fixes it for you.

Original comment by Grig...@gmail.com on 21 Feb 2010 at 11:57

GoogleCodeExporter commented 8 years ago
There is a bug in an older version of Tortoise SVN which incorrectly validates 
the
%BUGID% value.

I think I first encountered this problem in version 1.6.2. I installed 1.6.7 
and the
issue was resolved.

Original comment by brent.ru...@gmail.com on 17 Apr 2010 at 1:30

GoogleCodeExporter commented 8 years ago
An update of Tortoise SVN, and a change to svn configuration should resolve 
this issue:
Modify svn property:

bugtraq:number = false

Original comment by Grig...@gmail.com on 15 Jun 2010 at 5:43

GoogleCodeExporter commented 8 years ago

Original comment by Grig...@gmail.com on 15 Jun 2010 at 5:44

GoogleCodeExporter commented 8 years ago
in newest tortoise 
ortoiseSVN 1.6.16, Build 21511 - 64 Bit , 2011/06/01 19:00:35
bug still exists - changing bugtraq:number = false won't help
here are my properties:
    bugtraq:append = false
    bugtraq:label = Defect {PREFIX}-
    bugtraq:message = {PREFIX}-%BUGID%
    bugtraq:number = false
    bugtraq:url = http://xxxxxxx/browse/{PREFIX}-%BUGID%

Original comment by Maciej...@gmail.com on 20 Jul 2011 at 8:49