Mailing list archives : pcb-rnd

ID:4709
From:rn...@igor2.repo.hu
Date:Thu, 28 Jan 2021 14:14:27 +0100 (CET)
Subject:Re: checking out edakrill (Re: [pcb-rnd] trunk does not compile
in-reply-to:4707 from ka...@aspodata.se
 
 
On Thu, 28 Jan 2021, karl@aspodata.se wrote:
 
>> >$ svn co svn://aspodata.se/edakrill
>> >$ svn co svn://aspodata.se/edakrill/trunk
>
> Found out I can checkout any subdir and just that, nice:
>svn co svn://aspodata.se/edakrill/trunk/user/ade 
 
Yup, the only thing you can't easily do is "checking out" a single file; 
but you can look at the content without a local checkout using svn cat 
URL.
 
One more trick, absolutely optional, but can be useful with 
automated/scripted access:
 
svn export svn://aspodata.se/edakrill/trunk/user/ade /tmp/ade
 
The difference is: with checkout, you get a "fully working", "live" thing: 
you can do svn up in it, you canmake modifications and svn diff will show 
it, you can commit the modifications from ir. With an export you don't get 
any such metadata, just a snapshot of the raw data. So no .svn 
directories.
 
 

Reply subtree:
4709 Re: checking out edakrill (Re: [pcb-rnd] trunk does not compile from rn...@igor2.repo.hu