<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://devlicio.us/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Stephen Wright : Subversion</title><link>http://devlicio.us/blogs/steve_wright/archive/tags/Subversion/default.aspx</link><description>Tags: Subversion</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP1 (Build: 31106.3070)</generator><item><title>Your ASP.NET Web Application Subversion Repository Structures</title><link>http://devlicio.us/blogs/steve_wright/archive/2006/12/15/your-asp-net-web-application-subversion-repository-structures.aspx</link><pubDate>Fri, 15 Dec 2006 06:27:00 GMT</pubDate><guid isPermaLink="false">40756a8b-6212-4073-9d98-6c26781577de:1548</guid><dc:creator>Stephen Wright</dc:creator><slash:comments>8</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://devlicio.us/blogs/steve_wright/rsscomments.aspx?PostID=1548</wfw:commentRss><comments>http://devlicio.us/blogs/steve_wright/archive/2006/12/15/your-asp-net-web-application-subversion-repository-structures.aspx#comments</comments><description>&lt;p&gt;&lt;font face="verdana,geneva" size="2"&gt;I've been looking all over for some good, real-world example subversion structures for ASP.NET websites and have only come across a few.&amp;nbsp; I haven't really used any source control other than storing my code in a repository so it's not just on one computer.&lt;br&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="verdana,geneva" size="2"&gt;I've found a blog that has a lot of good examples (http://ariejan.net/2006/11/24/svn-how-to-structure-your-repository/) but there's nothing for specific examples for an ASP.NET.&amp;nbsp; There's some good ideas I found here (http://discuss.joelonsoftware.com/default.asp?dotnet.12.406052.3) but nothing about the best way to do it.&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font size="2"&gt;&lt;font face="verdana,geneva"&gt;I like the idea of the standard branches/tags/trunk, but does that always work on large scale web applications?&amp;nbsp; I started populating the trunk with the following folders:&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Database - contains a Red-Gate SQL Compare Snapshot of the database&lt;/li&gt;&lt;li&gt;LLBLGen - contains the LLBLGenPro v. 2 project&lt;/li&gt;&lt;li&gt;Libs - all .dll files that do not have source code associated with them, such as telerik controls, infragistics controls, browserhawk files, etc...&lt;/li&gt;&lt;li&gt;Source - root for any class libraries, projects get their own folder on a per project basis&lt;br&gt;&lt;/li&gt;&lt;li&gt;Webroot - the root of the web application project&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;I want to put all releases in the tags directory, then any working changes into the branch directory based on the build number (which contains the date).&lt;/p&gt;&lt;p&gt;I think this is a good way to keep track of everything, but I'm very open to other suggestions.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devlicio.us/aggbug.aspx?PostID=1548" width="1" height="1"&gt;</description><category domain="http://devlicio.us/blogs/steve_wright/archive/tags/Subversion/default.aspx">Subversion</category></item></channel></rss>