You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-user@jakarta.apache.org by veronica ballarta <ve...@hotmail.com> on 2005/09/13 01:32:41 UTC

VERSION-HISTORY PROBLEM

HI! i like to save a history version of files in version_history table 
....my domain.xml is configured like this:

<slide>

<namespace name="slide">


<definition> <store name="MyPostgresStore">

<nodestore classname="org.apache.slide.store.impl.rdbms.JDBCStore">

<parameter 
name="adapter">org.apache.slide.store.impl.rdbms.PostgresRDBMSAdapter</parameter>

<parameter name="driver">sun.jdbc.odbc.JdbcOdbcDriver</parameter>

<parameter name="url">jdbc:odbc:PostgreSQL</parameter>

<parameter name="user">postgres</parameter>

<parameter name="password">password</parameter>

<parameter name="dbcpPooling">true</parameter>

<parameter name="maxPooledConnections">10</parameter>

<parameter name="isolation">SERIALIZABLE</parameter>

<parameter name="compress">false</parameter>



</nodestore>

</namespace>

<parameter name="historypath">/history</parameter>

<parameter name="workspacepath">/workspace</parameter>

<parameter name="workingresourcepath">/workingresource</parameter>

<parameter name="auto-version">checkout-checkin</parameter>

<parameter name="auto-version-control">true</parameter>

<parameter name="checkout-fork">forbidden</parameter>

<parameter name="checkin-fork">forbidden</parameter>

but when i load a file this has a revision_no "1.0" but when i upload other 
time with new modifications it's  still "1.0" and with other version_id and 
not appear the older.

i worked with postgres and my content column is lo(data type)

PLease help



---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org