Re: Getting error E205009 upon doing SVN copy using URL

2021-06-09 Thread Ranajit Ghosh
Hi..it's https:// for both urls. Thanks! On Wed 9 Jun, 2021, 19:44 Nathan Hartman, wrote: > On Wed, Jun 9, 2021 at 10:08 AM Ranajit Ghosh > wrote: > > > > It is Bash shell with the following version. > > > > GNU bash, version 4.3.30(1)-release (powerpc-ibm-aix

Re: Getting error E205009 upon doing SVN copy using URL

2021-06-09 Thread Ranajit Ghosh
It is Bash shell with the following version. GNU bash, version 4.3.30(1)-release (powerpc-ibm-aix6.1.0.0) Thanks! Ranajit On Wed, Jun 9, 2021 at 7:32 PM Mark Phippard wrote: > On Wed, Jun 9, 2021 at 9:47 AM Ranajit Ghosh > wrote: > > > > Yes, I tried with single quote

Re: Getting error E205009 upon doing SVN copy using URL

2021-06-09 Thread Ranajit Ghosh
instead of double quotes? > > svn -m 'jira:RTPS-9898 EPC 2021 install' copy > > Best regards, > > Thorsten > Am 09/06/2021 um 13:57 schrieb Ranajit Ghosh: > > Hi, Not much luck! If I put the text in the front, it is not being able to > process/recognize a multi wor

Re: Getting error E205009 upon doing SVN copy using URL

2021-06-09 Thread Ranajit Ghosh
gt; > $svn -m "tag erstellen" cp "$repository/branches/v$base_Branch/uls" > "$repository/tags/released/v$tag/uls" > > and that works fine. > > Best regards, > Thorsten > Am 09/06/2021 um 13:25 schrieb Ranajit Ghosh: > > Hi, Thanks for

Re: Getting error E205009 upon doing SVN copy using URL

2021-06-09 Thread Ranajit Ghosh
files from one repo into another try downloading them first and > then import them using "svn import". > > If you are doing an server side copy, than your syntax "should" work. > > > Best regards, > > Thorsten > > > Am 09/06/2021 um 12:25 schrie

Getting error E205009 upon doing SVN copy using URL

2021-06-09 Thread Ranajit Ghosh
Hi, I'm trying to do a SVN copy using URL with the following syntax: svn copy -m 'info message' But I am getting the following error: svn: E205009: Local, non-commit operations do not take a log message or revision properties. I couldn't understand the error message. It seems to be