Git Product home page Git Product logo

Comments (7)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 3, 2024
Thanks! Could you give me the exact contents of your two vcs_* parameters?

Original comment by [email protected] on 17 Nov 2010 at 8:25

from bugzilla-vcs.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 3, 2024
vcs_repos: Bzr bzr+ssh://<host>/srv/bzr
vcs_web: bzr+ssh://<host>/srv/bzr 
https://<host>/loggerhead/%project%/revision/%revno%

<host> is to be replaced with the real hostname but I don't want to publish 
this here.

Original comment by [email protected] on 18 Nov 2010 at 9:25

from bugzilla-vcs.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 3, 2024
Using Bugzilla 4.0
1.
vcs_repos: Svn file:///var/svn/repositories/project_name

vcs_web: file:///var/svn/repositories/project_name 
http://192.168.2.9/viewvc/project_name?view=revision&revision=%revno%

2. Clicking anywhere inside the (-)expanded commit area, (+)collapses it 
immediately.
   Can't even select any text there (for copying).
   Code: <li onclick="toggleCommitDetails(18)" id="vcs_commit_row_18" class="vcs_commit_row vcs_expanded_item">
   I guess ondoubleclick would be more appropriate.

3. Using http:// or https:// in vcs_repos does not work either.

Original comment by [email protected] on 10 Mar 2011 at 10:22

from bugzilla-vcs.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 3, 2024
Okay, thanks for letting me know! I will look into this as soon as I have the 
chance. I've noticed the problem with +/- as well.

Original comment by [email protected] on 14 Mar 2011 at 10:01

from bugzilla-vcs.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 3, 2024
Hello everyone.
As an computer scientist with NULL knowledge about Perl i just put some dirty 
"prints" into the Extension.pm to check the "equals"-expression.

If you enter the following text into the vcs_repo field: Svn 
file:///var/svn/repositories/project_name

and into the vcs_web field : file:///var/svn/repositories/project_name 
http://192.168.2.9/viewvc/project_name?view=revision&revision=%revno%

the Expression would check the following strings :
file:///var/svn/repositories/project_name/ == 
file:///var/svn/repositories/project_name 

As you can see a "/" is missing.
By giving an additional slash at the End of the Path/URL in the vcs_web field 
the Code is working and the linkage is shown.

for example ...

vcs_repo : Svn file:///var/svn/repositories/project_name
vcs_web : file:///var/svn/repositories/project_name/ 
http://192.168.2.9/viewvc/project_name?view=revision&revision=%revno%

will probably work.
Sorry for my bad English! :)

I hope this will help users as well as the programmers of bugzilla-vcs ...

Original comment by [email protected] on 3 Jun 2011 at 11:42

from bugzilla-vcs.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 3, 2024
Thanks WunderwolfX.
It Works perfectly.

Noticed that the example text does show a '/' at the end. But as generally most 
us would do, I just copied the vcs_repo text to vcs_web and added the URL part.

It could probably be highlighted in the example text.

:-)

Original comment by [email protected] on 5 Jun 2011 at 8:21

from bugzilla-vcs.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 3, 2024
Ah, thank you Wunderwolf! I should make the system accept both URLs ending in a 
/ and not ending in a /.

Original comment by [email protected] on 6 Jun 2011 at 11:37

from bugzilla-vcs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.