![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to write bash script to explode multiple zip files | siegfried | Shell Programming and Scripting | 3 | 02-07-2009 09:54 PM |
| Bash and Awk for creating directories and moving files | Kiint | Shell Programming and Scripting | 11 | 07-24-2008 11:30 PM |
| bash - batch script for extracting one file from multiple tar files | kuliksco | Shell Programming and Scripting | 4 | 11-13-2007 02:34 AM |
| Find and replace files in multiple folders | lodey | Shell Programming and Scripting | 6 | 09-28-2007 03:00 AM |
| Moving multiple files and renaming them on the fly | daemongk | Shell Programming and Scripting | 1 | 06-08-2007 02:36 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
moving multiple folders/files in subversion using bash script
Hi, I'm new here an dlearning a lot from this forum. i didnt find any solution for this in the forum.
I have already checked in folders in subversion named HTT01,... HTT21.. and have files in each folder like below: HTT01/HTT01_00000.hex HTT01/HTT01_00000_fb_result.hex HTT01/HTT01_00000_irq_result.hex i need to rename them all in the subversion. as HTTxx folder and files in each folder like below: HTTxx/HTTxx_00000.hex HTTxx/HTTxx_00000_fb_result.hex HTTxx/HTTxx_00000_irq_result.hex HTTxx_1 folder and files as below HTTxx_1/HTTxx_00001.hex HTTxx_1/HTTxx_00001_fb_result.hex HTTxx_1/HTTxx_00001_irq_result.hex like this upto HTTxx_20.. and i can use 'svn mv HTT01 HTTxx_00000', but it will take lot of time to rename each file and folder in subversion fro all 21 folders.. like this i have to do for many sets.. Is there any script available to do this in automated way..? thanks in advance! ![]() |
| Bookmarks |
| Tags |
| multiple files, rename files, subversion, svn |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|