|
Browse by Tags
All Tags » Source Control Management ( RSS)
-
|
If you have your ASP.NET application for example in c:\inetpub\wwwroot\WebApplication1 and you want to programmatically get that path just use something like: string AppPath = Request.PhysicalApplicationPath;
|
-
|
I had to access an old VSS database and nobody remember any password or the admin password. The tool from this page http://not42.com/2005/06/16/visual-source-safe-admin-password-reset This was a lifesaver!
|
-
|
MS VSS (Visual SourceSafe) is not really my preferred Source Control application, but sometimes in your company that is what is available and you need to used it to have at least some versioning of the code. But haven't you had a situation where last...
|
-
|
I felt so stupid today. Because when for a couple of months, every now and then, when someone asked me for a copy of the source code I just made a copy of my src directory and then searched for the .svn* folder and then I erased them, until by mistake...
|
|
|
|