[GME-commit] GMESRC/GME/Gme NewXmlbackendProjDlg.cpp,1.5,1.6

Log messages of CVS commits gme-commit at list.isis.vanderbilt.edu
Wed May 7 15:32:03 CDT 2008


Update of /project/gme-repository/GMESRC/GME/Gme
In directory escher:/tmp/cvs-serv29424

Modified Files:
	NewXmlbackendProjDlg.cpp 
Log Message:
Default string different.


CVS User: Zoltan Molnar, ISIS (zolmol)

Index: NewXmlbackendProjDlg.cpp
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Gme/NewXmlbackendProjDlg.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** NewXmlbackendProjDlg.cpp	13 Feb 2008 19:00:15 -0000	1.5
--- NewXmlbackendProjDlg.cpp	7 May 2008 20:32:01 -0000	1.6
***************
*** 303,308 ****
--- 303,311 ----
  	m_vssDatabase = "\\\\Atlantis\\project\\GME\\multiusertest\\AVSS\\srcsafe.ini";
  	m_vssPath     = "$/project";
+ 	// init m_svnUrl like this while testing to avoid typing too much
  	m_svnUrl = "svn+ssh://zolmol@svn.isis.vanderbilt.edu/export/svn/testrepo/gme/zoli";
  	m_svnUrl = "https://svn.isis.vanderbilt.edu/testrepo/gme/zoli";
+ 	// init like this when going live
+ 	m_svnUrl = "svn+ssh://<usernamehere>@<hostnamehere>";
  	CDialog::OnInitDialog();
  



More information about the GME-commit mailing list