How do I rename the title of a VSS database that appears in the VSS Explorer title bar ? (Not the projects within a database). Are there any consequences of renaming a database? -- Message posted via http://www.dotnetmonster.com
"GCB-atWork-Toronto via DotNetMonster.com" <u43302@uwe> wrote in message news:83eeb7abf87d5@uwe... > How do I rename the title of a VSS database that appears in the VSS > Explorer > title bar ? (Not the projects within a database). > > Are there any consequences of renaming a database? > > -- > Message posted via http://www.dotnetmonster.com The default name of a database can be set when the database is created, or modified by the ssadmin utility by its Tools, Options menu, General tab. However, you can set the name of a database to whatever you want (overriding the default) when you add it to your list of databases. You can either remove and re-add the database, giving it the name you want, or edit the registry. The names of your databases are stored in: HKEY_CURRENT_USER\Software\Microsoft\SourceSafe\Databases -Mark
Thanks again, Mark ! - Gerry Mark Tolonen wrote: >> How do I rename the title of a VSS database that appears in the VSS >> Explorer >> title bar ? (Not the projects within a database). >> >> Are there any consequences of renaming a database? > >The default name of a database can be set when the database is created, or >modified by the ssadmin utility by its Tools, Options menu, General tab. >However, you can set the name of a database to whatever you want (overriding >the default) when you add it to your list of databases. You can either >remove and re-add the database, giving it the name you want, or edit the >registry. The names of your databases are stored in: > >HKEY_CURRENT_USER\Software\Microsoft\SourceSafe\Databases > >-Mark -- Message posted via http://www.dotnetmonster.com