[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
- Previous message: [GME-commit] GMESRC/GME/MgaUtil GmeDlg.cpp,1.16,1.17
- Next message: [GME-commit] GMESRC/GME/Console Console.rc, 1.3, 1.4 Console.vcproj, 1.7, 1.8 ConsoleCtl.cpp, 1.8, 1.9 ConsoleCtl.h, 1.5, 1.6 Resource.h, 1.3, 1.4 ScriptEdit.cpp, 1.8, 1.9 ScriptEdit.h, 1.7, 1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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();
- Previous message: [GME-commit] GMESRC/GME/MgaUtil GmeDlg.cpp,1.16,1.17
- Next message: [GME-commit] GMESRC/GME/Console Console.rc, 1.3, 1.4 Console.vcproj, 1.7, 1.8 ConsoleCtl.cpp, 1.8, 1.9 ConsoleCtl.h, 1.5, 1.6 Resource.h, 1.3, 1.4 ScriptEdit.cpp, 1.8, 1.9 ScriptEdit.h, 1.7, 1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the GME-commit
mailing list