Solved Question about source revisions

svnlite info /usr/src
svn: E155007: '/usr/src' is not a working copy

But I use snvup to download it and not svnlite.
 
1. You cannot use svn/svnlite on a svnup checkout ... check man 1 svnup for details
2. Other changes were commited to other branches (e.g. head) ... check the svn-src-all mailing list: https://lists.freebsd.org/pipermail/svn-src-all/

On a full svn checkout you will see:

% svnlite info |grep Rev
Revision: 350322
Last Changed Rev: 350312

350313..350322 were commits on different branches.
 
OK this makes sense.

Using "snvup stable" fetches the latest revision but I get only the content from base/stable/12 branch.
 
You cannot use svn/svnlite on a svnup checkout ... check man 1 svnup for details
I actually thought it worked similar to the old csup, which fetched the latest sources back when we still used CVS. It did create a proper CVS checkout/update.
 
Back
Top