Author |
Message |
Wollrabe
Joined: 26 Aug 2010 Posts: 35
|
Posted: Tue Sep 07, 2010 5:47 pm Post subject: Script for parsing out all copied files? |
|
|
Does anyone have a script for parsing out all Copied files? The
VV_COPIED_FILES variable only holds 10 copied files, and even worse it
contains more than just the copied file itself, it contains the Source and Destination paths. I just want a listing of only the files that were copied. Has anyone requeste dthis before? I did a search and it came up with nothing.
Thanks!!
Waldo |
|
Back to top |
|
|
TGRMN Software Site Admin
Joined: 10 Jan 2005 Posts: 8759
|
|
Back to top |
|
|
Wollrabe
Joined: 26 Aug 2010 Posts: 35
|
Posted: Wed Sep 08, 2010 3:44 pm Post subject: Thanks, guess another one for the Wish list! |
|
|
Thanks, guess another one for the Wish list! It would be nice to have a variable that collects only the Target path for each file copied. But more then 10 copied files, ALL files copied. like VV_ALL_COPIED_FILES. Even better would be to just capture the file, and not the entire path. I am feeding a HTML form with a list of all files copied, but the VV_COPIED_FILES variable only holds 10 copied items, and it contains the Source and Target paths, with other text as well. |
|
Back to top |
|
|
Wollrabe
Joined: 26 Aug 2010 Posts: 35
|
Posted: Tue Sep 28, 2010 11:12 pm Post subject: Wrote a VBScript that parses the log file |
|
|
I was able to write a VBScript that parses out the log file. It captures each individual file name that was copied, where it came from, where it was copied to, and in my case where it was versioned to. With no duplicate paths listed. The output is sent to a HTML form. One script fires off the Tortoise SVN Commit screens, once the Commit is done, It fires off the parsing script which fills out the HTML form. Once that is displayed, it prompts you to Delete the files from it's Source location. |
|
Back to top |
|
|
|