简体   繁体   中英

Command line help for : Updating a file to a specific older revision in SVN /Subversion?

I hope the subject line is clear. I am aware of the command line svn update -r [REV] updates my working copy to a specific revision. However i just want a specific file to update to that version. Any help in this regard is deeply appreciated.

Regards

svn help update gives:

usage: update [PATH...]

If no revision given, bring working copy up-to-date with HEAD rev. Else synchronize working copy to revision given by -r.

So, svn update -r XXX path\\to\\file should do it.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM