When checking out a svn repository by date, does the date request propagate to external repositories? -
if have repository several external repositories pointed svn:externals, , svn checkout --revision specified date, retrieve older revisions of external repositories, or checkout head of external repositories?
for example:
svn checkout https://www.example.com/svn/myproject --revision {"2010-07-01 12:00"}
no, svn checks out revision specified in externals directive, or head of referenced url if there no revision specified.
Comments
Post a Comment