Tuesday, 2010-02-09

../irclogs/#mantishelp.2010-02-09.log
--- scribe started ---00:00
dhx_mhi00:07
kirillkapaul__: I have trouble to push plugin on git.mantisforge.org08:52
dhx_mkirillka: a git error message?08:52
kirillkagit ask password for kkrasnov@git.mantisforge.org08:53
kirillkabut my name kirill08:53
kirillkakkrasnov - login in public ssh-key08:53
kirillkadhx_m: lo08:53
dhx_mkirillka: hi :)08:53
dhx_mkirillka: check git remote -v to see what username is in the string:08:54
dhx_mssh://something@git.mantisforge.org/...08:54
kirillkadhx_m: origin  ssh://git.mantisforge.org/srv/git/jsedit.git (push)08:56
dhx_mkirillka: ok you need to change that remote so it includes the username 'kirill'08:57
kirillkadhx_m: Oh. I see diff in 2 project08:58
kirillkadhx_m: Thanks08:58
dhx_mI'm not sure if you can "git remote rm origin" and then add a new origin with the correct ssh username08:59
dhx_motherwise I guess you might be able to edit .git/config manually08:59
kirillkaI change manual config file08:59
ingo_nick ingo201009:11
ingo2010Hello, i have problems to run SVn-Integration in Mantis. Can somebody help me?09:12
dhx_mingo: which version of Mantis are you using?09:13
ingo20101.2rc1 but i change shortly to 1.2.0rc2, my proble is where i found the source integration  plugin  and the subversion / websvn Integration plugin ?09:17
dhx_muse this version of MantisBT: http://git.mantisbt.org/?p=mantisbt.git;a=snapshot;h=8f92d886cede9ac1498cc997cb827f461ed45c2b;sf=tgz09:19
dhx_mit's a snapshot taken from the last commit at http://git.mantisbt.org/?p=mantisbt.git;a=shortlog;h=refs/heads/master-1.2.x09:19
dhx_mand then also download this latest version of SourceIntegration:09:19
dhx_mhttp://git.mantisforge.org/w/source-integration.git?a=snapshot;h=8b700544e8ff744f7ede6dbdc47feed63f40377f;sf=tgz09:20
ingo2010http://git.mantisforge.org/w/source-integration.git?a=snapshot;h=8b700544e8ff744f7ede6dbdc47feed63f40377f;sf=tgz09:20
dhx_mwhich is a snapshot from http://git.mantisforge.org/w/source-integration.git09:20
ingo2010Thanx, but can it works with the mantis version 1.2.0 rc2 or is it impossible at the time!09:29
dhx_mdon't use RC2... it has bugs09:29
dhx_muse the latest git snapshot for now09:30
dhx_mremember that MantisBT 1.2.anything is upgradeable to 1.2.0 final when it is released officially09:30
dhx_mand yes, SourceIntegration works with 1.2.anything09:30
dhx_m(where "anything" is within the last few months at least)09:31
ingo2010a short question is it possible to use use the bugtracker with svn on documents , in the best case the docs-URL. If not i think it is possible to make two repositories a source and a docs repository?09:57
dhx_mSourceIntegration lets you add as many repositories (of different types too) to your MantisBT installation09:59
dhx_m(as you like)09:59
ingo2010thanx and bye09:59
dhx_mok good luck :)10:00
dhx_mcome back if you have more questions :)10:00
kirillkawho use ubuntu?12:57
kenguestkirillka: people!13:07
kirillkakenguest: hi :)13:08
kirillkaI can't use13:08
kirillka:(13:08
kenguesthw not supported? odd.13:10
kenguestor broken install?13:10
kirillkakenguest: I update 8.04 server lts13:17
kirillkaand eth0 get ipv613:17
kirillkaand I can't connect to this machine through ssh13:17
kenguestask in #ubuntu on freenode I suppose13:18
kirillkaI try ask in ubuntu-ru - send me to man ifconfig, but i read this before post to channel13:19
webgambitis there a plugin that would allow users to see a list of feature requests and vote for which ones they'd like to see?16:29
nuclear_eclipsenot currently, but it would definitely be possible...16:30
webgambitsweet16:31
webgambitalso, on the source control plugin, in order to get that to work, I'll need apache running on the SVN server, right?16:31
nuclear_eclipsenope16:31
webgambitreally?16:32
nuclear_eclipseall you need is the SVN CLI client on the webhost16:32
webgambitok, I didn't do the set up on the SVN server, how can I check to see if it's there?16:33
nuclear_eclipsecheck this out these pages:16:35
nuclear_eclipsehttp://www.unitz.com/u-notez/2009/10/subversion-svn-integration-mantisbt/16:35
nuclear_eclipsehttp://leetcode.net/blog/2009/01/integrating-git-svn-with-mantisbt/16:35
webgambitok. It doesn't look like the SVN CLI client is on the web host, so I'm off to go find and install that. Thanks again.16:39
nuclear_eclipsenp16:39
paul__wheres daryn16:50
paul__erm16:50
paul__dhx_m:16:50
darynya?16:51
paul__I didn't mean you16:51
paul__but how are you :)16:51
paul__quiet one :P16:51
darynok.16:51
darynbusy on stuff16:51
darynlearning to use jquery for ajaxy stuff with plugins.  I'm fairly certain nuclear_eclipse would shoot me if he saw this code...16:56
nuclear_eclipsewhy would I shoot you? I'm the one who created the jQuery plugin for Mantis :P16:57
darynyeah...i know16:57
nuclear_eclipseI just think that recreating the core of mantis based around ajax is a bit too much work to be useful... =\16:57
darynperhaps.16:58
webgambithey nuclear_eclipse, on the source control plugin, the field for WebSVN URL...17:27
webgambitthe page you provided the link to shows that being a url on the svn server, but if I don't have apache on that server,  the link would be to the webhost, right?17:27
nuclear_eclipseyep17:30
nuclear_eclipseyou technically don't need to have websvn set up, but without it, you just get a 404 whenever you try to view a file/diff from mantis17:31
webgambitok, then I'll leave that blank for now then. I just want to get it to the point where I can import latest data.. still isn't working.17:32
nuclear_eclipsemake sure the $PATH for the apache user account includes the svn binary, and make sure that apache/php has access to the shell via shell_exec()17:33
nuclear_eclipsesome php configs disable shell access, which would prevent the import from working17:33
webgambitwould there be a log entry if that was the case?17:34
nuclear_eclipseI don't know17:34
kirillkahi all18:10
kirillkadaryn: Can you help me config ubuntu?18:10
daryni can try18:16
kirillkaI disable ipv6 https://help.ubuntu.com/community/WebBrowsingSlowIPv6IPv4 , but I don't get ipv4 address from dhcp18:17
webgambitwhen I try to close a ticket I'm getting 'SYSTEM NOTICE: Undefined index: mail' but it still sends the email. Anyone know how to fix that?18:22
ToffeePopsHi, is there a way to search for mantis calls that are linked to more than N other mantis calls?20:09
ToffeePops(Situation - over time a few mantis calls have been set up specifically as summary calls - i.e each simply references all the calls to do with a specific topic, such as 'All printing issues')20:11
ToffeePopsI have since set up a category 'Collation', and I'm trying to find all these collation-type issues to set their category...20:12

Generated by irclog2html.py