Kfir Lavi wrote:
> Hi,
> I'm working with trac in my laptop.
> Now I want to put trac on the different computer - server.
> I don't have constant internet connection, so I'm searching for a way
> to sync the repository of the laptop with the server and vice versa.
> Is this possible?

Yes it is possible, but I have yet to see a solution for it. Syncing
this way is not a trivial task.

> 
> Again, the problem is that users will create new tickets at the server
> and I will create new tickets at the latptop.

Could probably be done by comparing db dumps, manipulate the laptop data
before updating the server and finaly refresh the laptop db with a copy
of the server db.
New tickets would be fairly simple I think and could be done through the
ordinary API. Changes and updates I'm not to sure of, but I assume you
could use the API for this too.

Feature request maybe? Wonder how common this scenario might be nowdays.
Used to be a huge issue in "those days".

My 2c,
roppert


> 
> Thanks,
> Kfir
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Trac mailing list
> [email protected]
> http://lists.edgewall.com/mailman/listinfo/trac

-- 
RobertG

Phone: +46 (0)480 44 58 35
_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac

Reply via email to