Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: svn up issue?

  1. #1
    Join Date
    Mar 2006
    Location
    Austin, Texas
    Posts
    21

    Default svn up issue?

    Starting last night, I started getting the following error when updating. Tried a fresh checkout and got the same error...still investingating. Using command line svn, version 1.4.6 (r28521).

    Code:
    Fetching external item into 'spring-build'
    svn: Can't check path 'spring-build\scripts\project-gen\templates\documentation\src\<%= project_name %>.xml': The filename, directory name, or volume label syntax is incorrect.

  2. #2
    Join Date
    Oct 2007
    Location
    Toronto, ON
    Posts
    90

    Default

    Hi,

    I was successful in running:

    Code:
    svn update https://src.springframework.org/svn/spring-integration/trunk <path-to-local-folder>
    Everything seemed ok, but it might have been a temporary issue. Please let me know if that worked.

    Thanks,
    Marius
    Marius Bogoevici,
    Spring Integration Committer

  3. #3
    Join Date
    Mar 2006
    Location
    Austin, Texas
    Posts
    21

    Default

    thanks for checking and i'll keep digging on my end...strange given updates have been working fine until now...

  4. #4
    Join Date
    Mar 2006
    Location
    Austin, Texas
    Posts
    21

    Default

    Marius,

    What's your full path to the dir containing your working copy?

    I thought I had run afoul of my "don't do development using dirs with spaces (My Documents)" rule but I just got the same error when doing a checkout to a top-level dir on another partition.

    Looks like it's time to head over to the Subversion mailing list

    Thanks, Jon

  5. #5
    Join Date
    Mar 2006
    Location
    Austin, Texas
    Posts
    21

    Default

    Marius,

    When you get a spare moment, would you mind seeing if a fresh checkout to another dir works for you? (just to double check to case where the "file" below doesn't exist in the local working copy and needs to be pulled from the main repo.)

    I'm trying to find the source (actual file, replacement pattern in a template, ??) of the following and haven't found it my local SVN repo, the Spring Integration SVN repo, or the main Spring CVS repo:

    'spring-build\scripts\project-gen\templates\documentation\src\<%= project_name %>.xml'

    Thanks, Jon

  6. #6
    Join Date
    Oct 2007
    Location
    Toronto, ON
    Posts
    90

    Default

    Hi Jon,

    I checked again and I think I understand the nature of the problem. There is a file named <%= project_name %>.xml (recently added) in the external dependency named spring-build on which our project is based, which works fine with *nix filesystems, but causes problems with Windows. You should be able to retrieve the sources safely (the external dependencies are retrieved last), but the external-dependency to spring-build will be retrieved only partially.
    Therefore, building from a Windows machine will be affected for some short time now. Fixing this issue is going to take several days, but, meanwhile, you should be able at least to update the sources on your machine. That being said, the m2 build is based on the same set of sources as the update, so that should alleviate this temporary inconvenience. Alternately, updating/building from a *nix machine (Linux, Mac, etc.) should work.

    Regards,
    Marius
    Marius Bogoevici,
    Spring Integration Committer

  7. #7
    Join Date
    Mar 2006
    Location
    Austin, Texas
    Posts
    21

    Default

    Marius,

    Thanks for the details and I understand. I should have said up front I was using an older Win2K system rather than my Ubuntu laptop to do testing. As my paying job is focused on integrating with limited capability legacy systems, I'm most interested in how things work in a more limited setup.

    Although what you say makes sense, I'm no expert on SVN but I'm a bit concerned that Subversion would have this platform path naming issue given their use of the APR. I really think this is an SVN issue rather than a Spring issue and should be brought up on the SVN list so they're aware.

    Off topic as this isn't the SVN list, but I'm happy to bring it up on their list if needed. Contact me privately if we need to continue this discussion.

    Thanks, Jon

  8. #8
    Join Date
    Oct 2007
    Location
    Toronto, ON
    Posts
    90

    Default

    Hi Jon,

    I just wanted to clarify something: you can download the milestone build (m2) and use it as is for testing on any machine, including on Win2K. This build version has practically the latest code.
    As a reminder, the link is here:
    http://static.springframework.org/do...hp?project=INT
    The problem appears only when you update from SVN and try to build the distribution from there, by yourself. You can even update/build on Ubuntu and use the distribution on your Windows machine.

    Good luck,
    Marius
    Marius Bogoevici,
    Spring Integration Committer

  9. #9
    Join Date
    Mar 2006
    Location
    Austin, Texas
    Posts
    21

    Default

    Understood.

    I'm offbase on thinking this is a Subversion issue...the filename contains Win32 reserved chars http://msdn2.microsoft.com/en-us/library/aa365247.aspx

  10. #10
    Join Date
    Mar 2006
    Location
    Austin, Texas
    Posts
    21

    Default

    What's the latest thoughts on when the build dependencies will be updated to re-enable building from Windows systems?

    Thanks, Jon

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •