Mailing list archives : pcb-rnd

ID:1141
From:miloh <fr...@gmail.com>
Date:Wed, 27 Dec 2017 17:25:17 -0800
Subject:Re: [pcb-rnd] layers in lesstif
in-reply-to:1140 from John Griessen <jo...@cibolo.com>
replies: 1142 from miloh <fr...@gmail.com>
On Wed, Dec 27, 2017 at 2:06 PM, John Griessen <john@cibolo.com> wrote:
> On 12/27/2017 03:13 PM, karl@aspodata.se wrote:
>>
>> So how do I get a correct snapshot of an old version in svn, inclusive
>> the externals ?
>
>
> Hi Karl,
>
> When I want to go back, I use the syntax below on a checked out dir:
> svn up -r2232
> updates to a particular rev.
>
> Tibor is probably still sleeping now, on the IRC channel and this list in
> maybe 6 hours.
>
> He may say that the externals all can be more recent and work OK.  If you
> want to go back to an
> earlier set of external libs, I would check each out, (like I did with
> gpmi-trnk), and go to each one and
> give it the svn up -r502 command, where 502 is replaced with your desired
> number.
>
> I don't know the external rev numbers for past versions of pcb-rnd...
>
>
 
 
A svn checkout of the whole pcb-rnd project comes in handy here. The
directory above the commonly checked out 'trunk' includes a directory
of the releases under the 'tags'
 
$svn co svn://repo.nu/pcb-rnd pcb-rnd
(note the svn url is above trunk and the 'pcb-rnd' argument at the end
should be changed to prevent it from clobbering your other svn
checkouts.)
 
there's bunch of tagged versions in the tagsdirectory,  so i cd into
pcb-rnd/1.0.10 and when using 'the svn command `svn info` the field
for 'last changed rev:' should show the project revision for that tag
of the pcb-rnd project.
 
1.2.3 is r8969
1.2.4 is r10639
 
1.2.3 configured, but didn't build due to some error with genht, I
confirmed this with a checkout of of the same revision in my current
svn tetsing copy of pcb-rnd
1.2.4 configure and built, so i can go to 1.2.4/src/ and run ./pcb-rnd
to test that version.
 
I always hope the tagged versions, as releases, will configure and
build cleanly!
 
 
-rma
 

Reply subtree:
1141 Re: [pcb-rnd] layers in lesstif from miloh <fr...@gmail.com>
  1142 Re: [pcb-rnd] layers in lesstif from miloh <fr...@gmail.com>