
|
|
Entries for 'admin'By admin 75 Views    0 Comments I just got done installing the JIRA to Subversion integration. All you need to do is to include the ticket number from JIRA in your check in comment, and JIRA will automatically link it to the issue. Here's what it looks like when looking at a JIRA issue: 
Notice the WMSHARP-53 inside the comments. That's how you do it. Thanks, Your friendly and helpful system administrator By admin 81 Views    0 Comments I finally got my copy of JIRA working through the Apache reverse proxy. We have version 5.0.2, which has all kinds of neato bug and project tracking capabilities. I've also installed a Kanban plugin called GreenHopper. I've setup anonymous read-only project access. I've also setup the ability to create issues without logging in. Our Subversion repository is now integrated with JIRA. This means that we can link check-ins with an issue or task in JIRA, by including a specific tag in the check-in comment. I'll post the exact steps in the Wiki, once I find out exactly what tags are needed. The url is http://jira.wheelmud.net You will first see the login screen. Please look at the menu at the top of the website and click on the "Projects" menu. Here's a screenie: 
CodePlex's issue tracker is very short in features, plus it makes it very tedious synchronizing check-ins with issues/tasks. JIRA also has and IDE connector for Visual Studio. This means that we can manage issues from within Visual Studio. It's a free download over here: http://www.atlassian.com/software/ide-connectors/overview Thanks, Your invisible and friendly system administrator. By admin 89 Views    0 Comments I fixed Apache to serve Subversion files using the HTTP protocol. You can browse the repositories through your web browsers using the folllowing link as the root: http://svn.wheelmud.net You can use either the SVN (svn://) or HTTP (http://) protocols to access the repositories. The SVN protocol is much faster than the HTTP Subversion protocol. Thanks, Your invisible and friendly system administrator. By admin 77 Views    0 Comments I've installed Apache on one of the new servers to do a reverse proxy on the sites that I'm hosting. The main reason for this, is that I want to move away from CruiseControl, and over to Jenkins. All the main sites are now proxying correctly, except for UberSvn and Jenkins. I have to do a bit more research on those. I will be moving our Subversion repositories to HERACLES, their new home, in the next couple days. So here's a picture of all the servers; ATHENA, SOCRATES, and HERACLES 
By admin 421 Views    0 Comments I just successfully updated our Subversion server to 1.7.2. This version has a LOT of changes. Please update your Subversion client software, as I've changed the format of the repositories. Older clients will not work properly. I personally use TortoiseSVN and AnkhSvn. TortoiseSVN - tortoisesvn.net/downloads.html AnkhSvn - ankhsvn.open.collab.net Thanks,
Your invisible and friendly system administrator. |