The way I manage my orchard code in SVN for different sites is the following:
1. Checkin the Orchard.Web, Media, Config, App_Data, Properties, and Themes/MyTheme directory. 2. Do not checkin Core. 3. Do not checkin Mondules. 4. Any Modules I install or write on my own for these site I do checkin. This allows me whenever I create a new site I pull down the Latest source from Orchard Codeplex, then do an SVN Checkout of the Orchard.Web directory into the Orchard.Web directory or the source. There will be a warning that the directory is not empty, but just say OK. I find this easiest to get around checking in the Core components of the CMS, while keeping track of the unique pieces of a site. Arra On Fri, Jun 10, 2011 at 5:43 PM, Chris Sutton <[email protected]> wrote: > When you are using Mercurial you can clone the repository very easily. So > while all projects are public on CodePlex, you can easily make a private > clone on bitbucket.org or on your local network. > > Chris > > On Fri, Jun 10, 2011 at 1:26 PM, Richard Slater < > [email protected]> wrote: > >> Hi, >> >> In the process of building a site for a client based upon Orchard, I seem >> to be constantly bumping into problems having checked the sources into SVN. >> I have got the go-ahead to switch to using Mercurial for Orchard based >> projects however I am struggling to work out the best way to keep our >> Modules and Themes as part of an Orchard enlistment without having them >> available as a public fork on CodePlex. >> >> Any advice accepted and appreciated. >> >> Best Regards >> >> --- >> You are currently subscribed to orchard-discuss as: [email protected]. >> To unsubscribe send a blank email to >> [email protected]. >> >> > --- You are currently subscribed to orchard-discuss as: > [email protected]. To unsubscribe send a blank email to > [email protected]. -- Arra J. Derderian President / Engineer Cloud Construct, LLC 617-201-6138 www.cloudconstruct.com --- You are currently subscribed to orchard-discuss as: [email protected]. To unsubscribe send a blank email to [email protected].
