|
-
Jun 3rd, 2008, 12:26 PM
#1
Thread Starter
PowerPoster
Visual SourceSafe - Organizing it all
Okay, I received tremendous help yesterday with my thread on how to set up and start using VSS.
Now I have all my aspx and aspx.vb source checked-in. I would like to ask for some advice on how to organize my stored procedures.
On the top of my VSS tree, I have a safe. Then I have one folder, let's suppose it is called "Application .NET". Under that I have a folder called Website1 (because like an idiot, I took VS's default name when I started my project. Oh well, what's in a name, anyway?) This is where all my VB and ASP.NET code is.
Parallel to Website1, I would like to create a folder called Scripts (I guess) and put there my .sql script file which contains all my CREATE PROCEDURE instructions. Yes?
I'm also struggling with the following. My new project is asp.net, but it is replacing a classic ASP web application. I am migrating the pages piecemeal. I've converted the login page to .net, and everybody logging in sees that page. But then, depending on the user id and password, some people go to .net pages and some people are still classic asp. I've had to change the classic asp pages to go back to login.aspx upon logging out, not to the obsolete login.asp. I also commented out a call to an ASP function that I rewrote in .NET. So if I have a file called home.asp and it's in \admin and there's also a different one in \subadmin, I want to have a structure in VSS to check in both these with their new .net-aware code.
I guess I just need advice on using VSS with other files than a VS project.
Thanks.
-
Jun 3rd, 2008, 12:46 PM
#2
Re: Visual SourceSafe - Organizing it all
That's the beauty of VSS.... you can put anything in there you want. We use ours to store all of our SQL Scripts, development tools, documentation templates, as well as system developer documentation (definitions of look up tables and such - usually in Excel).
-tg
-
Jun 3rd, 2008, 01:48 PM
#3
Re: Visual SourceSafe - Organizing it all
I second what tg has posted.
We literally have everything from programming code (in C#, VB.NET and VB6) as well as store procedures, Excel files, Word files, Text files, Visio drawings, and God knows what all else in VSS.
-
Jun 3rd, 2008, 02:03 PM
#4
Re: Visual SourceSafe - Organizing it all
Its best to organize your vss so its got some logic to it.
.NET Code
-Client1
--SomeSolution1
---MyProject
----???
-Client2
--SomeSolution2
---etc
Other Code
-OtherFiles
-Database
Pictures
-My Pics
-Public Pics
-etc
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|