Uploaded image for project: 'Subversion'
  1. Subversion
  2. SVN-3736

'svn up --set-depth=exclude FILE' fails

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.6.x
    • 1.7.0
    • unknown
    • None
    • Windows XP

    Description

      We have a large repository (many files)
      I do the following:
      svn co --depth <url> ./test
      cd ./test
      svn up file1.cpp
      svn up file2.cpp
      
      After that I had to exclude the file file1.cpp (delete local copy, but do not 
      touch the copy on the server).
      I tried to use the following command:
      svn up --set-depth exclude file1.cpp
      But the result was:
      Request depth 'exclude' not supported
      
      I think this command was supposed to delete the file file1.cpp (only local 
      copy) and exclude it from "update" list.
      

      Original issue reported by smithsv

      Attachments

        1. 1_issue-3736-recipe.sh
          2 kB
          C. Michael Pilato

        Activity

          People

            Unassigned Unassigned
            subversion-importer Subversion Importer
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: