0

I'm using TortoiseSVN to checkin files against FogBugz cases, but the little BugzID box isn't showing in the window. How do I fix that?

flag

2 Answers

1

You need to use the svn propset as documented here. Make sure to run it on the root of your repository and check it in. If you check out just part of the repository, you will need to re-run it on the root of the part you check out.

link|flag
0

I have the same problem, but only in one machine. In other machines I do get the BugzID box. Is this the case of a faulty installation?

link|flag
If you check out less than the full repository tree, it won't work because propset is run on the root. You can run it again on the root of what you have. If that doesn't work, please send us an email: fogcreek.com/sendmail.html – adambox Dec 2 2010 at 14:32

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.