![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Emergency UNIX and Linux Support !! Help Me!! Post your urgent questions here for highest visibility. Posting a new thread to this forum requires Bits. We monitor this forum to help people with emergencies, but we do not guarantee response time or answers. This forum is "best effort" only. Members who reply to posts here receive a bonus of 1000 Bits per reply. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Alias, function or script (bash) to "revert" cd command? | SilversleevesX | UNIX for Dummies Questions & Answers | 1 | 05-06-2009 12:30 PM |
| How do i change to super user then revert back to ordinary user ,using shell script? | wrapster | Shell Programming and Scripting | 3 | 06-04-2008 08:11 AM |
| need zpool to revert... | SankarV | SUN Solaris | 1 | 07-09-2007 09:43 AM |
| import | omran | UNIX for Dummies Questions & Answers | 1 | 01-27-2003 01:10 AM |
| import | omran | Shell Programming and Scripting | 2 | 12-17-2002 02:47 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
||||
|
Revert SVN import
Instead of importing a project/folder as
Code:
svn import vlsms/ file:///home/repo/vlsms -m "Initial Upload" Code:
svn import vlsms/ file:///home/repo -m "Initial Upload" ---------- Post updated at 03:10 AM ---------- Previous update was at 02:34 AM ---------- I think i did it last import(vlsms) was revision 22 Code:
svnadmin dump /home/repo/ --revision 0:21 > src.db su mv /home/repo /home/repobk mkdir /home/repo chown :svn /home/repo exit svnadmin create /home/repo svnadmin load /home/repo < src.db |
| Bits Awarded / Charged to johnbach for this Post | |||
| Date | User | Comment | Amount |
| 09-24-2009 | Neo | Returned 20000 Bits | 20,000 |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|