Hey Kristis, Thats right. Prior to installing Scmbug I was playing with another bugzilla+svn integration script which didnt work correctly. So what I did was to drop the previous post-commit hook script and re-created it with "touch post-commit", that was causing the issue since those variables where not in there.
--- On Thu, 12/2/10, Kristis Makris <[email protected]> wrote: > From: Kristis Makris <[email protected]> > Subject: Re: [scmbug-users] unable to view bug when commiting through > subversion > To: "Jose Sanchez" <[email protected]> > Cc: [email protected] > Date: Thursday, December 2, 2010, 8:19 AM > Hi Jose, > > > Just to let you know I finally found the problem! It > was related to the post-commit hook. > > Looks like Scmbug only adds the stuff without adding > REPOS and REV variables. > > That's correct. Scmbug does not add the REPOS and REV > variables in the > script. > > > Adding, > > > > REPOS="$1" > > REV="$2" > > > > Fixed the issue! > > > > Thanks a lot and sorry for all the emails! > > It's no problem :) But I am still trying to understand what > happened. > Did the post-commit hook from Subversion 1.6.6 not include > the REPOS and > REV variables in it? Where they perhaps removed in the past > by manual > modification? > > > _______________________________________________ scmbug-users mailing list [email protected] http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users
