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

Re: Fwd

From: JfK Viper <jfk.viper_at_gmail.com>
Date: 2007-10-01 06:01:18 CEST

Thanks, Lakshman,

What I did was I checked out everything from my /project/branch and then
removed all .svn files from all the folders and then deleted the whole
/project/trunk
                   /branches/
                   /tags

and then I did mkdir /project/trunk
                                        /branches/
                                        /tags
and then copied all those files and folders, that were checked out earlier
from where .svn folders were removed, to my /trunk folder and then did
initial import using svn import

After I did all that then I went ahead and created branches from that trunk
using svn copy https://../project/trunk https://../project/branches/test1

And everything is fine now.

Regarding trying svn merge -r 1:HEAD https://../project/branch/test1 , I
tried and I got some error. But I will try this again sometime this week and
see how it goes as I am getting caught up with other things for right now.

Thanks for your wonderful help. I really really appreciate all the help and
information that you gave me.After I get back to svn merge I will let you
all know about my latest update.

Thanks a lot.

On 9/30/07, Srilakshmanan, Lakshman <
lakshman.srilakshmanan@police.vic.gov.au> wrote:
>
> Hi,
>
> Yes your plan below will work. But I am a bit confused as to why you would
> create /project/trunk /project/branches & /project/tags. I thought you
> already had this project setup ?
>
> > What happens if I checkout all the files from /branch/test and then
> remove all .svn files and then makedir /project
> >
> /trunk
> >
> /branches
> >
> /tags
> > and then copy the code to /trunk folder and then do initial import and
> then create branches.
>
> An easier option would be to (I thought of this weekend)
> cd project-trunk
> svn merger -r 1:HEAD https://.../project/branch/test
>
> You should be able to merge from branch "test" straight into trunk and
> preserve ancestry
>
> Thanks
> Lakshman
> ------------------------------
> *From:* Binod [mailto:binod3@gmail.com]
> *Sent:* Friday, 28 September 2007 5:26 PM
> *To:* Srilakshmanan, Lakshman
> *Cc:* JfK Viper; users@subversion.tigris.org
> *Subject:* Re: Fwd
>
> Nope I hadn't commited the working file to repository, and I guess thats
> why I was getting other errors earlier.
>
> Now when I try to commit using svn commit --force-log --file test
> i get errors like svn: Log message contains a zero byte
>
>
> In the mean time I also would want to know the consequences of plan that I
> proposed earlier. I checkout all the files from repository. (remove the .svn
> files)
>
> Wipe out the whole project and create a new project, trunk, tag, branch
> directory and put those files under trunk and do an initial import and then
> branch it out. What will be the drawback of this approach? Any thoughts ?
>
> Today has been one of those days where I have been able to do inside out
> practice only on subversion related commands and also been able to get
> indepth knowledge on Merging procedure.
>
> Very Very thanks to you SRILAKHSMAN.
>
>
>
>
> On 9/28/07, Srilakshmanan, Lakshman <lakshman.srilakshmanan@police.vic.gov.au
> > wrote:
> >
> > I am assuming you have commited your working copy of branch-initial
> > into subversion.
> >
> > cd project-trunk
> > svn merge -r 1329:HEAD https://.../project/branch/initial
> >
> > ------------------------------
> > *From:* Binod [mailto:binod3@gmail.com]
> > *Sent:* Friday, 28 September 2007 4:41 PM
> > *To:* Srilakshmanan, Lakshman
> > *Cc:* JfK Viper; users@subversion.tigris.org
> > *Subject:* Re: Fwd
> >
> > What happens if I checkout all the files from /branch/test and then
> > remove all .svn files and then makedir /project
> >
> > /trunk
> >
> > /branches
> >
> > /tags
> >
> > and then copy the code to /trunk folder and then do initial import and
> > then create branches.
> > This way I will have the latest stable code from /branches and this will
> > be the starting point.
> >
> > Thanks
> >
> >
> > On 9/28/07, Binod <binod3@gmail.com> wrote:
> > >
> > > Here is further information, if you can help on this, that would be
> > > great.
> > >
> > > bash-3.00$ svn log -v --stop-on-copy
> > > svn://...../Project/branches/initial
> > > ------------------------------------------------------------------------
> > >
> > > r1330 | svn | 2007-09-27 23:03:05 -0500 (Thu, 27 Sep 2007) | 1 line
> > > Changed paths:
> > > A /Project/branches/initial (from /Project/trunk:1329)
> > >
> > > creating initial project
> > >
> > >
> > > bash-3.00$ svn log -v --stop-on-copy
> > > https://..../Project/trunk
> > >
> > > ------------------------------------------------------------------------
> > > r433 | bpandey | 2007-06-20 17:41:05 -0500 (Wed, 20 Jun 2007) | 1 line
> > >
> > > Changed paths:
> > > A /Project (from /Project:432)
> > > D /Project
> > >
> > > Renaming directory
> > >
> > > 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 Mon Oct 1 06:01:46 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.