WHY ISN'T our new CodeExamples.git repository showing up in the two git web tools? [Phil, 5-1-2015] --------------------- [/<1>projects/riverware/CodeExamples.git] alamosa % pwd /data/projects/riverware/CodeExamples.git [/<1>projects/riverware/CodeExamples.git] alamosa % ls -l total 20 drwxrwsr-x 2 philw riverware 6 Apr 29 12:24 branches/ -rw-rw-r-- 1 philw riverware 162 Apr 30 16:46 config -rw-rw-r-- 1 philw riverware 73 Apr 29 12:24 description -rw-rw-r-- 1 philw riverware 23 Apr 29 12:24 HEAD drwxrwsr-x 2 philw riverware 4096 Apr 29 12:24 hooks/ drwxrwsr-x 2 philw riverware 20 Apr 29 12:24 info/ drwxrwsr-x 55 philw riverware 4096 Apr 29 13:14 objects/ drwxrwsr-x 4 philw riverware 29 Apr 29 12:24 refs/ --------------------- /<1>projects/riverware/git-publish] alamosa % pwd /data/projects/riverware/git-publish [/<1>projects/riverware/git-publish] alamosa % cat README.txt This directory contains files used by gitweb and cgit to define what repositories are available. The projects subdirectory has symlinks to the git repositories. [/<1>projects/riverware/git-publish] alamosa % cat gitweb_projects_list builds.git Riverware Source Code Repository builds-rt.git Riverware Regression Tests Repository FEWSIntegration.git RiverWare integration with FEWS ModelParameters.git BPA Model Parameters CAVIIntegration.git RiverWare integration with CWMS CAVI StudyMgr.git Study Manager Repository CodeSamples.git Code Samples test.git Test Repository [/<1>projects/riverware/git-publish] alamosa % cat cgit_projects_list builds.git builds-rt.git FEWSIntegration.git ModelParameters.git CAVIIntegration.git StudyMgr.git CodeSamples.git test.git [/<1>projects/riverware/git-publish] alamosa % ls -l projects/ total 0 lrwxrwxrwx 1 lewo7785 riverware 16 Jan 19 2012 builds.git -> ../../builds.git/ lrwxrwxrwx 1 lewo7785 riverware 19 Apr 17 2012 builds-rt.git -> ../../builds-rt.git/ lrwxrwxrwx 1 billo riverware 25 Feb 23 08:23 CAVIIntegration.git -> ../../CAVIIntegration.git/ lrwxrwxrwx 1 philw riverware 22 Apr 30 16:28 CodeExamples.git -> ../../CodeExamples.git/ lrwxrwxrwx 1 billo riverware 25 Jun 26 2014 FEWSIntegration.git -> ../../FEWSIntegration.git/ lrwxrwxrwx 1 billo riverware 33 Mar 19 18:37 ModelParameters.git -> ../../../BPA/ModelParameters.git// lrwxrwxrwx 1 billo riverware 30 Mar 15 2012 StudyMgr.git -> ../../../StudyMgr/StudyMgr.git/ lrwxrwxrwx 1 billo riverware 14 May 17 2012 test.git -> ../../test.git/ [/<1>projects/riverware/git-publish] alamosa %