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

RE: Fwd

From: Srilakshmanan, Lakshman <lakshman.srilakshmanan_at_police.vic.gov.au>
Date: 2007-09-28 03:34:58 CEST

Hi JfK
 
You need to first create a /branch/test from /trunk using svn copy
http://svnbook.red-bean.com/en/1.4/svn-book.html#svn.ref.svn.c.copy
1) svn copy http://.../Projetc/trunk
http://..../Project/branch/test
2) add your files to branch/test
3) use svn merge
http://svnbook.red-bean.com/en/1.4/svn-book.html#svn.ref.svn.c.merge to
merge the changes back into trunk
 
Hope this helps.
 
Thanks
Lakshman

________________________________

From: JfK Viper [mailto:jfk.viper@gmail.com]
Sent: Friday, 28 September 2007 10:19 AM
To: users@subversion.tigris.org
Subject: Fwd

-Hi All,

I am newbie to subversion. I know this is very simple question but I
couldn't find answer in svn book and in forums.(Or may be i didn't
understand, answer in as simple words as possible will be very helpful)

Ok after reading the book , I created

Project
         /trunk/
         /branch/
        /tag

After that I created various a new folder inside /branch as /branch/test

I added various files and so on in test. Now my code in /test folder is
stable and I want to merge to /trunk folder as a stable code. How do I
do it?
My /trunk folder is completely empty. Do I just copy everything inside
/test to /trunk for the first time or do I do merge? If I do merge how
do i do it?
And I should see /trunk/test after the merge, shouldn't I ? I went to
/trunk folder and did merge command and I got no response and went
inside to the trunk folder in svn server , and there is nothing as well
as expected.

What am I missing?

Thanks in advance and sorry for such newbie question.

================================================================================================
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 03:35:02 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.