[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Savannah-users] SVN Syntax Question
From: |
Stephen H. Dawson |
Subject: |
[Savannah-users] SVN Syntax Question |
Date: |
Wed, 20 Apr 2016 18:10:14 -0400 |
User-agent: |
Mozilla/5.0 (X11; Linux i686; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 |
Good Afternoon,
I am writing to understand proper SVN syntax usage, please.
I am maintaining GNU remotecontrol. We are preparing for our next
version release. We have taken the present version of code to end of
life. I have made a copy of everything in our /trunk directory to an
archive directory, so we have it for legacy.
http://svn.savannah.gnu.org/viewvc/branches/Version1.1-EOL/?root=remotecontrol
My objective now is to:
-First, svn remove all files and directories from our /trunk directory.
-Second, svn add everything from my
/home/stephen/remotecontrol/branches/Version2.0/ directory to my
/home/stephen/remotecontrol/trunk/ directory.
I am not sure what will happen with the first item, but my best guess is:
svn delete [SOMETHING FOR RECURSIVE] /home/stephen/remotecontrol/trunk/
svn commit -m "Clearing out for next version release."
I am not sure, but I am guessing the syntax for the second item is:
svn add /home/stephen/remotecontrol/branches/Version2.0/
/home/stephen/remotecontrol/trunk/
svn commit -m "Version 2.0 release."
Please kindly advise on my 2 syntax inquires. I thank you in advance for
your time and assistance.
--
Thank You,
Stephen H. Dawson
(865) 804-3454
http://www.linkedin.com/in/shdcs
- [Savannah-users] SVN Syntax Question,
Stephen H. Dawson <=