View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0012388ParaView(No Category)public2011-07-21 14:012011-08-08 14:55
ReporterAndy Bauer 
Assigned ToDavid Partyka 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product VersionDevelopment 
Target VersionFixed in Version 
Summary0012388: submodules' git url protocol should follow the main paraview git url protocol type
DescriptionParaView's submodules are always set up to use the git protocol url. For users that can't use the git url protocol to clone paraview, they use a different url protocol to get paraview but when they try to checkout the submodules it still uses the git url protocol to clone the repos. This causes problems/confusion. Instead it should be that that submodules use the same url protocol as the main paraview clone.
TagsNo tags attached.
ProjectTBD
Topic Name
Typeusability
Attached Files

 Relationships

  Notes
(0027041)
Andy Bauer (developer)
2011-07-21 15:01

I should add that people from ORNL and LANL hit this problem.
(0027099)
Utkarsh Ayachit (administrator)
2011-07-28 15:52

Dave, can you add comment on the way Brad suggested to address this issue and then close this bug please? Thanks
(0027306)
David Partyka (developer)
2011-08-08 14:55

A user can have git automatically switch to http instead of git by doing the following.

git config url.http://paraview.org.insteadOf [^] git://paraview.org [^]
git config url.http://vtk.org.insteadOf [^] git://vtk.org [^]

This could be narrowed down further if git:// will never be able to be used via:

git config url.http://.insteadOf [^] git://

 Issue History
Date Modified Username Field Change
2011-07-21 14:01 Andy Bauer New Issue
2011-07-21 15:01 Andy Bauer Note Added: 0027041
2011-07-28 15:51 Utkarsh Ayachit Assigned To => David Partyka
2011-07-28 15:52 Utkarsh Ayachit Note Added: 0027099
2011-07-28 15:52 Utkarsh Ayachit Status backlog => todo
2011-08-08 14:55 David Partyka Note Added: 0027306
2011-08-08 14:55 David Partyka Status todo => closed
2011-08-08 14:55 David Partyka Resolution open => fixed


Copyright © 2000 - 2018 MantisBT Team