Mailing list archives : pcb-rnd

ID:4707
From:ka...@aspodata.se
Date:Thu, 28 Jan 2021 13:45:51 +0100 (CET)
Subject:Re: checking out edakrill (Re: [pcb-rnd] trunk does not compile clean?)
in-reply-to:4705 from rn...@igor2.repo.hu
replies: 4709 from rn...@igor2.repo.hu
Igor2:
> On Wed, 27 Jan 2021, karl@aspodata.se wrote:
...
> > Doing
> >$ svn co svn://svn.repo.hu/edakrill/trunk/user
> >$ mv user edakrill
> You can do that in one command:
> svn co svn://svn.repo.hu/edakrill/trunk/user edakrill
 
Ok, thats nicer.
 
> >$ find edakrill -type f -name 0603.sym
> >edakrill/trunk/user/gedasymbols.org/dj_delorie/symbols/tbd/0603.sym
> >edakrill/user/gedasymbols.org/dj_delorie/symbols/tbd/0603.sym
> >$ find edakrill -type f -name 01005.krill
> >edakrill/trunk/user/gedasymbols.org/dj_delorie/footprints/nv2pad/01005.krill
> >edakrill/user/gedasymbols.org/dj_delorie/footprints/nv2pad/01005.krill
> >
> > I get duplicates of every thing...
...
> The most probble thing is that you mixed two checkouts using mv on your 
> local file system. Whenever in doubt, you cna use server side ls:
 
Tried again in a empty dir and now there is no duplicats, probably
already had a checkout and mv'ed the new thing down under the old.
Ok, it was a strange series of events.
 
 
> >$ 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 
 
...
> There are a few such convention recommended by the svn book and a few that 
> are not in there but got widely adopted:
 
Thanks for the explanation, makes a little more sense now.
 
Regards,
/Karl Hammar
 
 

Reply subtree:
4707 Re: checking out edakrill (Re: [pcb-rnd] trunk does not compile clean?) from ka...@aspodata.se
  4709 Re: checking out edakrill (Re: [pcb-rnd] trunk does not compile from rn...@igor2.repo.hu