Problem with svn copy command

Posted by Gabriel Parenza on Stack Overflow See other posts from Stack Overflow or by Gabriel Parenza
Published on 2010-05-05T18:26:33Z Indexed on 2010/05/05 18:38 UTC
Read the original article Hit count: 250

Filed under:

Hi,

Has anyone encountered something like this?

I was expecting file.txt to be inside "testbranch/src/" folder after executing the command written command. But I get entry at "testbranch/src" to be a file type rather than directory type! In Web browser if I look under src folder of testbranch, it shows file contents of file.text.

svn copy "https://repos/svn/myrepo/trunk/src/file.txt" "https://repos/svn/myrepo/branches/testbranch/src/" -m "Testing"

© Stack Overflow or respective owner

Related posts about svn