5

Im trying to checkout the content of a SVN repository in a given date. The most i could do is to get the files commited in that given date. Is there any way to achieve this?

Thanks and regards

1 Answer 1

7
svn co -r {2015-01-03} https://path-to-your-repo

Note that this will checkout files until 1 date before date specified (2015-01-02 in this case): Is Subversion a Day Early?

Sign up to request clarification or add additional context in comments.

1 Comment

A better way to state it is "Subversion will check out the repository state as of the beginning of the specified date."

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.