compare a directory of files with an svn revision

Posted by JoelFan on Stack Overflow See other posts from Stack Overflow or by JoelFan
Published on 2010-05-26T02:23:42Z Indexed on 2010/05/26 2:31 UTC
Read the original article Hit count: 191

Filed under:
|

If I have a directory of files (with subdirectories) that is not under source control (no .svn directories), is there any way to compare it with a revision in svn (i.e. "svn diff")?

Similar question: if I have a directory of files that is under source control, can I do a diff with to a different URL than the one it was checked out from?

© Stack Overflow or respective owner

Related posts about svn

Related posts about source-control