gEDA-dev: Re: gEDA-user: Added PCB output to gnetman

Jeff Webb jeff.webb at nta-inc.net
Fri Dec 1 14:46:57 EST 2006


John Griessen wrote:
> 
> 
> Bill Cox wrote:
>  If you get time in the next
>> couple of days, please check out datadraw:
>>
>>     svn co https://svn.sourceforge.net:443/svnroot/datadraw/trunk
>> datadraw
> 
> 
> I'm using subversion 1.4 with libsvn1 to track my hardware development 
> work and save it on my remote server.  Sourceforge uses  subversion 1.3 
> with libsvn0 and they don't talk.  Can't spend the time to reliably 
> install two versions of subversion and reliably use them -- too much 
> risk of trashing my repository.
> 
> Anyone know how to deal with this?

What do you mean that subversion 1.3 and 1.4 "don't talk"?  Please clarify that statement.  The subversion version on your local machine does not need to match the version on the server.  For instance:

tmp$ svn --version --quiet
1.4.2
tmp$ svn co https://svn.sourceforge.net:443/svnroot/datadraw/trunk datadraw
A    datadraw/newDataDraw
A    datadraw/newDataDraw/dvtypedef.h
A    datadraw/newDataDraw/dv.ddr
...

Are you talking about accessing *local* repositories with different formats?  For that, I would imagine you would need two versions of svn installed.

-Jeff



More information about the geda-dev mailing list