|
From: Manuel S. P. <terminolator@...> - 2018-06-29 11:39:40
|
Thanks Didier, I think reading the RFE helped. After a lot of re-reading and tests I think I've realized the problem. The omegat.project file needs to include (at least) the URL to itself (itself being "" or "/"), in my case: <repository type="svn" url="http://svn.bla.com/REPO/omtprj"> <mapping local="" repository=""/> </repository> And http://svn.bla.com/REPO/omtprj is the URL that the user enter to download the project. Then I can add the source files and the tm. Could you please confirm that this is the correct approach? Thanks. Cheers, Manuel 2018-06-28 15:22 GMT+02:00 'Didier Briel' d.briel@... [OmegaT] < Om...@ya...>: > > > > -----Original Message----- > > From: Om...@ya... [mailto:Om...@ya...] > > Sent: Thursday, June 28, 2018 11:57 AM > > To: Om...@ya... > > Subject: Re: [OmT] Team projects on Subversion: unable to create pristine > > install stream > > > > That's the way I have been doing this for a few years. > > For 3.6, it worked, because the URL was the one entered by each > translator. I.e., the location of omegat.project was the location of the > project. > > In 4.x, the URL used is the one inside omegat.project. It has to point to > an OmegaT project. > > This is so because omegat.project is self-contained. I.e., it contains all > the URLs, and could be transmitted by email, for instance. > > > Do I understand you correctly that if I want to use repository mapping > there > > should be one OmegaT project per repository? > > No, but the main project URL has to point to an OmegaT project. > > > Probably the answer is no, but is this documented somewhere? Thanks! > > You should read the RFE > https://sourceforge.net/p/omegat/feature-requests/1189/ > and/or ask questions. > > Didier > > > [Non-text portions of this message have been removed] |