|
VerySimple Developer Blog
Technical Tips, Tricks and Rants.
Comments:
7 Comments posted on "Using TortoiseSVN to Export Only New/Modified Files"
BrettN on September 11th, 2007 at 6:20 pm #
Thanks for the post, this would appear to be exactly what I need, but I have yet to get it to work. The TortoiseSVN windows client does not allow the export of files, only directories. How did you get around this? What version of SVN client are you using?
Jason on September 15th, 2007 at 2:28 pm #
Hey Brett, I usually upgrade TortoiseSVN about every few months or whatever, but I’m not running any bleeding edge beta code or anything - I think the export features have been there for a while. As far as the export goes - this method exports anything that has changed between revisions and it preserves the directory structure. So you have the whole folder. If you just want the files w/o any directory structure, I’m not sure the reason you would want that, but one trick that I use in windows to “flatten” a directory structure is just use windows explorer search function to search within the folder for “*.*”. Search will return a list of all files which then you can copy the results to a single folder.
devBlog » Blog Archive » How to export only modified files with TortoiseSVN on November 2nd, 2007 at 9:01 am #
[...] files up from a defined version of our Subversion repository, a fast Google search provided this useful article. It’s worth a reading.Mike Tags: svn, tricks Category: Software | Comment [...]
Joao on January 3rd, 2008 at 12:37 am #
I was doing this in Win XP and it was great. Does anyone know of a SVN client that can do the similar in Linux (eg. Ubuntu 7.10)?
Jason on January 5th, 2008 at 11:02 pm #
I think most Linux people use the command line for SVN, but there are a few front end apps http://sourceforge.net/projects/esvn (opens source) and http://www.syncrosvnclient.com/ (commercial) I’m not sure how to export only changed files between revisions from the command line but I would definitely like to know. If anybody knows, please feel free to leave a comment.
Wik on February 1st, 2008 at 5:40 pm #
About exporting only changed files between revisions from the command line. I tried to implement it with simple shell script: Hope this helps.
William ? Brasil on May 14th, 2008 at 11:24 pm #
Thanks for this useful post! Post a comment
|
|
||||||||||||