Thursday, 15 March 2012

osx - Terminal, svn copy not working after multiple svn commands -



osx - Terminal, svn copy not working after multiple svn commands -

i executed command similar following:

svn re-create https://myrepo.com/projectfolder1/myproject.prj https://myrepo.com/projectfolder2 -m "copied myproject.prj projectfolder2"&& svn update

and indeed re-create went through update too.

but every other command similar afterwards re-create more projects presenting me symbol: ">" assume means need to/ want come in more stuff? , actual command not beingness executed.

second command:

svn re-create https://myrepo.com/projectfolder1/myproject2.prj https://myrepo.com/projectfolder2 -m "copied myproject2.prj projectfolder2"&& svn update

i know exit have hit: cntl c. intent execute re-create commands. not find solution (possibly because don't know search exactly). doing wrong or missing here? give thanks you

the issue has nil executing multiple commands. instead issue in textedit.app. entering && after these quotes:" result in quotes changing smart quotes “. entering && after:

"

will result in

“&&

where quotes different if closely.

as test, textwrangler.app not this, textedit.app, maybe bug.

i henceforth using textwrangler prepare terminal commands.

osx svn command-line terminal svn-copy

No comments:

Post a Comment