This post is similar to this previously asked question. I really want to configure my SVN repository in TTB format, but when creating a project in Visual Studio 2008 (ASP.NET/VB.NET), the created structure tends to be incompatible when considering a solution file, project files, project folders, several projects as part of decisions, etc. Does anyone have a script or procedure to create a newly created ASP.NET and move it to TTB format painlessly?
Let me be more specific. Suppose I have a project that I create called StackOverflowIsAwesome. I can put this in my local folder structure (let's say this is c: \ working). When I create it, VS creates c: \ work \ StackOverflowIsAwesome and a whole bunch of subfolders (bin, app_data, etc.). But I want my storage structure to look like ...
StackOverflowIsAwesome
/ trunk
/ bin
/ app_data
/ tags
/ branches
So, is there a clean way to do this sequentially, or do I need to resort to constantly moving / changing files and folders to do this?
Dan coates
source share