[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Fwd

From: Binod <binod3_at_gmail.com>
Date: 2007-09-28 07:47:45 CEST

I got that error when i was trying to do svn merge r 1:HEAD
https://.../project/branch/initial <https://.../project/branch/initial+>

Is there no way out?

Where could have i gone worng?
On 9/28/07, Binod <binod3@gmail.com> wrote:
>
> I guess I am frustrating everyone out there but I have no choice:
>
> I got this error now:
>
> svn: Unable to find repository location for
> 'https://..../project/branch/initial' in revision 1
>
> I was working in windows quite a while and I later on moved to Linux. so I
> had two different server name.
> I moved the code from windows to linux by using svnadmin hotcopy.
>
> Any idea on how to fix it . I ran svn log -r 1
> https://..project/branch/initial and got the same error
>
> I hope this is not a big problem, and can be fixed.
>
> Please help me.
> Thanks
>
> On 9/28/07, Srilakshmanan, Lakshman <lakshman.srilakshmanan@police.vic.gov.au
> > wrote:
> >
> > svn co https://.../project/trunk project-trunk
> > cd project-trunk
> > svn merge -r 1:HEAD https://.../project/branch/initial
> > <https://.../project/branch/initial+>
> > svn commit
> > ------------------------------
> > *From:* Binod [mailto:binod3@gmail.com]
> > *Sent:* Friday, 28 September 2007 3:08 PM
> > *To:* Srilakshmanan, Lakshman
> > *Cc:* JfK Viper; users@subversion.tigris.org
> > *Subject:* Re: Fwd
> >
> > After all done, now I am stuck at merge again.
> >
> > I tried svn merge https://.../project/branch/initial https://.../project/trunk
> > ( I am weak at merge, as I never used this command before)<https://.../project/trunk>
> >
> > it doesnot do anything. I am guessing its because there is nothing in
> > trunk to see .
> >
> > How do i do merge? I looked at svn redbook but I couldnot understand. It
> > only talks about merging revisions.... Can you simplify for me please?
> >
> > Thanks in advance
> >
> > On 9/27/07, Srilakshmanan, Lakshman <lakshman.srilakshmanan@police.vic.gov.au >
> > wrote:
> > >
> > > 1) rm -rf .svn in each directory
> > >
> > > 2) find dir -name .svn -type d | xargs -i rm -rf {}
> > >
> > > ------------------------------
> > > *From:* JfK Viper [mailto:jfk.viper@gmail.com]
> > > *Sent:* Friday, 28 September 2007 2:43 PM
> > > *To:* Srilakshmanan, Lakshman
> > > *Cc:* users@subversion.tigris.org
> > > *Subject:* Re: Fwd
> > >
> > > I checked out the /branch/test from my version control and also
> > > checked out /branch/initial.
> > > I then copied the files and directories from /test to /initial.
> > >
> > > As we all know those checkout files will have .svn folder inside it,
> > > it gave me the warning sign of
> > > "already under version control"and then I ran the command
> > >
> > > find dir -type d -name .svn -exec rm -rf {} \;
> > >
> > > but i get the error
> > >
> > > find: stat() error dir: No such file or directory
> > >
> > > Do you know any other way to get rid of this error.
> > >
> > > I was getting relieved to know I was so close to my solution and now a
> > > new problem arises.
> > >
> > > Any thoughts?
> > > Thanks,
> > >
> > >
> > > ================================================================================================
> > > EMAIL DISCLAIMER
> > >
> > > This email and any attachments are confidential. They may also be subject to copyright.
> > >
> > > If you are not an intended recipient of this email please immediately contact us by replying
> > >
> > >
> > >
> > > to this email and then delete this email.
> > >
> > > You must not read, use, copy, retain, forward or disclose this email or any attachment.
> > >
> > > We do not accept any liability arising from or in connection with unauthorised use or disclosure
> > >
> > >
> > >
> > > of the information contained in this email or any attachment.
> > >
> > > We make reasonable efforts to protect against computer viruses but we do not accept liability
> > > for any liability, loss or damage caused by any computer virus contained in this email.
> > >
> > >
> > >
> > > ================================================================================================
> > >
> > >
> > ================================================================================================
> >
> > EMAIL DISCLAIMER
> >
> > This email and any attachments are confidential. They may also be subject to copyright.
> >
> > If you are not an intended recipient of this email please immediately contact us by replying
> > to this email and then delete this email.
> >
> >
> > You must not read, use, copy, retain, forward or disclose this email or any attachment.
> >
> > We do not accept any liability arising from or in connection with unauthorised use or disclosure
> > of the information contained in this email or any attachment.
> >
> >
> > We make reasonable efforts to protect against computer viruses but we do not accept liability
> > for any liability, loss or damage caused by any computer virus contained in this email.
> > ================================================================================================
> >
> >
>
Received on Fri Sep 28 07:48:19 2007

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.