Muffinresearch Labs by Stuart Colville

SVN Tip: Get List of Files Changed Between Revisions | Comments (13)

Posted in Snippets on 15th September 2008, 3:05 pm by Stuart

svn diff -r REVNO:HEAD --summarize

Just replace REVNO with the start revision and HEAD with the end revision if you don’t want it to be the latest revision.

Post Tools

Comments: Add yours

1. On February 17th, 2010 at 4:44 pm derek said:

Thanks. This was just what I needed.

2. On May 10th, 2010 at 1:31 pm Ray said:

Perfect!
Exactly what I needed too.

3. On May 11th, 2010 at 11:10 am Joaquin said:

Thanks so much. I was looking for this command.

4. On September 16th, 2010 at 3:36 pm Eric said:

Is there a way of getting a list of “outgoing files”, that is, those files that have not yet been committed to the repository from the local copy? (And of course, a listing of pending inbound files.)

5. On September 18th, 2010 at 10:48 am Milan said:

Thanks.. I also need the same

6. On September 25th, 2010 at 4:04 am Kavishwar Wagholikar said:

Thanks

7. On October 9th, 2010 at 3:09 am Jack Meng said:

Thanks, really useful!

8. On February 2nd, 2011 at 11:55 am eliss said:

Hello all! Do you know any tip to find list of files changed between specific revisions but only for specific let’s say feature? perhaps this command combined with a grep in svn log???

9. On April 15th, 2011 at 11:11 am Chandran said:

Perfect!… I too searching for this one precisely.

10. On April 25th, 2011 at 7:34 pm Megan said:

Awesome… I so needed this.

11. On June 24th, 2011 at 12:41 pm Bimal said:

Thanks, useful.
Can somebody also tell how to upload the list of modified files, automatically, to an FTP server?

That would be pretty good.

12. On November 3rd, 2011 at 1:41 pm ilayaraja said:

thanks this what i want

13. On January 13th, 2012 at 1:03 am satish said:

PERFECT. Looking for this since yesterday







XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>



GNU screen: open tab in current working directory|(1)

A nice trick for having screen open a new tab in the same directory as the one you’re currently in. To use it add it to your .screenrc

# Open new window in current dir.
bind c stuff "screen -X chdir \$PWD;screen^M"
bind ^c stuff "screen -X chdir \$PWD;screen^M"

Hat tip: mteckert on SuperUser.com

Ubuntu: add-apt-repository: command not found|(2)

When you’re using a minimal Ubuntu install if you find the ‘add-apt-repository’ command is missing (it’s useful for adding PPAs and other repositories), then simply run:

sudo apt-get install python-software-properties

Photos on Flickr

© Copyright 2004-12 Stuart Colville, all rights reserved. May contain traces of Muffin. Powered by WordPress. Hosting by Slicehost.com This page was baked in 0.637s.