Menu

#90 externals feature in svn 1.6.12 appears to support parent directory indicators

Invalid
nobody
None
Medium
Defect
2010-10-15
2010-08-13
Anonymous
No

Originally created by: brik...@gmail.com

From: http://svnbook.red-bean.com/nightly/en/svn.advanced.externals.html

"For either type of external, the local subdirectory part of the definition cannot contain .. parent directory indicators (such as ../../skins/myskin)."

This statement does not appear to be true. I just attempted using the following external property and it resolved the parent directory indicators successfully.

svn:externals ../../../nant-tasks nant-tasks

Discussion

  • Anonymous

    Anonymous - 2010-08-13

    Originally posted by: blair-ol...@orcaware.com

    According to the "svn help ps":

          The ambiguous format 'relative_path relative_path' is taken as
          'relative_url relative_path' with peg revision support.

    this implies that you're using a relative URL, not a relative path,
    which is fine.

    If you try an external of

        nant-tasks ../../../nant-tasks

    then this should fail.  Can you try that?

     
  • Anonymous

    Anonymous - 2010-10-15

    Originally posted by: cmpilato

    (No comment was entered for this change.)

    Status: Invalid

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.