#1 2010-07-12 12:58:18

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,182
Website

SynProject tutorial

A tutorial has been written about SynProject, in the wiki section of our Source Code repository.

It describes how to create a source code repository and associated documentation for the SQLite3 framework itself.

You asked for documentation about our Synopse SQLite3 framework, we'll generate it automatically, thanks to SynProject!

Please follow this link:
http://synopse.info/fossil/wiki?name=Sy … t+Tutorial...

The resulting documentation of our SQLite3 framework (in draft status) can be downloaded from sampledoc.zip.

Offline

#2 2010-07-12 15:17:49

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,182
Website

Re: SynProject tutorial

I've made a pdf file, if you find it more useful:
  http://synopse.info/files/synproject/SynProjectTuto.pdf

Offline

#3 2010-07-15 17:41:35

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,182
Website

Re: SynProject tutorial

SQLite3 Documentation was updated today.

You can download the sampledoc.zip file which now contains DI, SAD, SWRS, Risk and SDD documents.

Still in draft status, but you'd be able to guess more about SynProject...

The associated .pro file has also been updated in our repository.

Offline

#4 2010-07-24 13:20:35

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,182
Website

Re: SynProject tutorial

Direct link to all versions of the Synopse SQLite3 Framework documentation source file:

http://synopse.info/fossil/finfo?name=S … mework.pro

You'll find out how the wiki format used is not such difficult.

Offline

#5 2013-02-13 15:59:28

JoseSanchez
Member
Registered: 2013-02-13
Posts: 1

Re: SynProject tutorial

I have followed the Tutorial on a very small Delphi project, however when I do the first commit I haven't any of the source code files on my list. Have you any video tutorial to follow. Thanks.

Last edited by JoseSanchez (2013-02-13 15:59:43)

Offline

#6 2013-02-13 16:27:04

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,182
Website

Re: SynProject tutorial

There is no video tutorial.
Sorry.
Only the screen shots published in the web site, with step by step instructions.
Of course, the system can be not obvious to configure, even if you have the whole source code!

I suspect the source code folders are not configured as expected.
Here is some working configuration:

[Params]
; default values for commits text in .dvs root
LastCommit=14
ReleaseName=MyApplication 2.0
Company=MyCompany
Product=MyApplication
ProductPath=MyApplication
DocumentsPath=Documents
DefaultAuthor=Arnaud Bouchez
IgnorePath=CSV,BACKUP,GG
IgnoreFile=.~
FilterDefault=.pas.dfm.bpg.cfg.dpr.inc.dof.msg.bat.lng.res.rc.ini.bmp.png.css.emf.jpg.gif.ico.dpk.dcr.nsi.so.xml.dat.c.h.cpp.hpp.mod.php
DefaultPath=D:
SCR=Dev\Documents\MyApplication\Common\MyApplication.scr
; the .scr file contains the tracker entries and their associated investigation and implementation text (to be moved into .pro according to the DI) - it's an evolving file, not fixed to a special release (therefore it's in the \Common directory, not \MyApplication 2.0)
MAN=
; the .man file contains the manuals (user manual and reference manual, e.g.) - it's an evolving file, not fixed to a special release (therefore it's in the \Common directory, not \MyApplication 2.0) but it may content some links to pictures in the releases directories
PRO=Dev\Documents\MyApplication\MyApplication 2.0\MyApplication 2.0.pro
; the .pro file contains all the release documentation (DI,SRS,SDD,SAD,Test,VV,SCRS)
LastUpdate=0123
; Update*=Display Name;Path;[FilterDefault;][*.???;][*.???;][*.???]
Update0=MyApplication Project source;\Source\MyApplication;FilterDefault
Update1=MyApplication Documentation;\Dev\Documents\MyApplication\Common;*.*
Update2=MyApplication 2.0 Documentation;\Dev\Documents\MyApplication\MyApplication 2.0;*.*
Update3=Common Project source;\Source\Common;FilterDefault
Update4=
Update5=
Update6=
Update7=
Update8=
Update9=
LastBackup=01
BackupDir0=Local backup,0123456789,D:\Zip\-=- Backups -=-\SynProjects
BackupDir1=Distant backup,0123456789,S:\-=- Backups -=-
BackupDir2=
BackupDir3=

(accessible from main SynProject window, button "Settings")

Offline

Board footer

Powered by FluxBB