Project Home
Project Home
Source Code
Source Code
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - making svn under 6.4.x: (2 Items)
   
making svn under 6.4.x  
Since QSSL introduced the use of svn - I have followed up and now decided to port all my cvs repositories to svn.  
This required the full complement of svn tools.  I downloaded the latest package with dependencies (1.6.2).  
./configure worked after removing a couple of \" from the sed commands (lines 4312 and 4688).   BUT  svnadmin crashes 
with what appears to be a compiler fault.
I have attached a sample session including a register dump.  IF I insert a printf(stderr,...) statement to report each 
element of the indirect call, it works.  In other words, adding debug printf's appears to resolve the problem.
Unfortunately after that svn import..   did not work anyway.
What more info can I supply to help me get a svn server working under 6.4.  Obviously I cannot consider earlier versions
 of qnx since they do not have large file system support.
I used    ./configure --with-ssl  to set up (No Berkley db)
Attachment: Text svn.txt 3.41 KB
RE: making svn under 6.4.x  

> -----Original Message-----
> From: Warren Deitch [mailto:community-noreply@qnx.com]
> Sent: May-18-09 8:08 AM
> To: general-toolchain
> Subject: making svn under 6.4.x
> 
> Since QSSL introduced the use of svn - I have followed up and now
> decided to port all my cvs repositories to svn.
> This required the full complement of svn tools.  I downloaded the
> latest package with dependencies (1.6.2).
> ./configure worked after removing a couple of \" from the sed commands
> (lines 4312 and 4688).   BUT  svnadmin crashes with what appears to be
> a compiler fault.
> I have attached a sample session including a register dump.  IF I
> insert a printf(stderr,...) statement to report each element of the
> indirect call, it works.  In other words, adding debug printf's appears
> to resolve the problem.
> Unfortunately after that svn import..   did not work anyway.
> What more info can I supply to help me get a svn server working under
> 6.4.  Obviously I cannot consider earlier versions of qnx since they do
> not have large file system support.
> I used    ./configure --with-ssl  to set up (No Berkley db)

Check in the pkgsrc kit, maybe there is svnserver in there.

> 
> _______________________________________________
> General
> http://community.qnx.com/sf/go/post29612