[CLOSED] Trunk CDN referring to 2.5 branch Error 404.

  1. #1

    [CLOSED] Trunk CDN referring to 2.5 branch Error 404.

    Just noticed this...

    Trying to figure out how to revert back to 2.4
    Last edited by Daniil; Jan 15, 2014 at 8:57 AM. Reason: [CLOSED]
  2. #2
    Okay, the answer is switch the AssemblyInfo.cs file in Properties to
    [assembly: AssemblyVersion("2.4.0.*")]
  3. #3
    Correct. We push the sources to CDN on releases only.
  4. #4
    Curious why the trunk assembly updated to 2.5 before it was ready?
  5. #5
    Quote Originally Posted by michaeld View Post
    Curious why the trunk assembly updated to 2.5 before it was ready?
    The moment 2.4.0 is released, the version number should be increased. Typically we haven't done this in the past, but I did increase for the current Svn build.

    This obviously caused unforeseen complications if using the Svn build and pulling resources from the CDN.

    I think I'll avoid increasing the build number the next time around, until we're ready to release.

    I'll also search around for some policies on when to typically increase the major-minor build numbers of projects.

    Hope this helps.
    Geoffrey McGill
    Founder
  6. #6
    Quote Originally Posted by geoffrey.mcgill View Post
    I think I'll avoid increasing the build number the next time around, until we're ready to release.
    I think that's best policy, even though I understand that it can be confusing downloading from the trunk and determining version recent changes apply towards. Maybe you can distinguish with File Version versus Assembly Version. That or instead CDN off a const value instead?

    However, I posted this issue because I thought you guys should at least be aware of the impact of the decision. I realize also it's not wise to use the CDN when running code from the trunk, especially with many bug fixes in the client code. But sometimes minor changes are unaffected/unrelated to used code, so sometimes I'll test with CDN turned on to compare the performance vs reliability boundary before posting to production.
    Last edited by michaeld; Jan 17, 2014 at 9:37 PM.

Similar Threads

  1. [CLOSED] error:premium - Revision 5542: /trunk
    By CPA1158139 in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: Dec 06, 2013, 3:39 AM
  2. Replies: 0
    Last Post: Aug 01, 2013, 12:45 AM
  3. [CLOSED] SVN - which one ? trunk or branch ?
    By Django in forum 2.x Legacy Premium Help
    Replies: 4
    Last Post: Feb 07, 2013, 10:58 PM
  4. [CLOSED] [Trunk SVN] Summary Grid error
    By Aurelio in forum 2.x Legacy Premium Help
    Replies: 6
    Last Post: Jan 17, 2013, 10:48 AM
  5. [CLOSED] SVN 4741 Trunk Open Window Client Side Error
    By Aurelio in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Jan 16, 2013, 11:21 PM

Posting Permissions