Re: Subversion don't work in 1.7 version

2012-03-09 Thread Richard Heck
On 03/09/2012 03:20 PM, Stephan Witt wrote: Am 09.03.2012 um 20:18 schrieb Richard Heck: On 03/09/2012 11:06 AM, Stephan Witt wrote: Ok, here comes the patch. If anybody can give it a try - especially on Windows - I'm interested in the result. Otherwise I'll commit it on Sunday or so... I've

Re: Subversion don't work in 1.7 version

2012-03-09 Thread Stephan Witt
Am 09.03.2012 um 20:18 schrieb Richard Heck: > On 03/09/2012 11:06 AM, Stephan Witt wrote: >> >> Ok, here comes the patch. If anybody can give it a try - especially on >> Windows - I'm interested in the result. Otherwise I'll commit it on Sunday >> or so... I've introduced the FileName::parentP

Re: Subversion don't work in 1.7 version

2012-03-09 Thread Richard Heck
On 03/09/2012 11:06 AM, Stephan Witt wrote: Ok, here comes the patch. If anybody can give it a try - especially on Windows - I'm interested in the result. Otherwise I'll commit it on Sunday or so... I've introduced the FileName::parentPath() method to avoid the infinite loop when FileName::on

Re: Subversion don't work in 1.7 version

2012-03-09 Thread Stephan Witt
Am 07.03.2012 um 19:16 schrieb Richard Heck: > On 03/07/2012 09:32 AM, Stephan Witt wrote: >> Am 07.03.2012 um 15:15 schrieb Pavel Sanda: >> >>> Stephan Witt wrote: >>>> I don't like hard-coding the knowledge how subversion developers organize >&

Re: Subversion don't work in 1.7 version

2012-03-08 Thread Stephan Witt
Am 08.03.2012 um 11:41 schrieb Abdelrazak Younes: > On Wed, Mar 7, 2012 at 3:15 PM, Pavel Sanda wrote: >> Stephan Witt wrote: >>> I don't like hard-coding the knowledge how subversion developers organize >>> their meta-data. >> >> More thoughts - w

Re: Subversion don't work in 1.7 version

2012-03-08 Thread Abdelrazak Younes
On Wed, Mar 7, 2012 at 3:15 PM, Pavel Sanda wrote: > Stephan Witt wrote: >> I don't like hard-coding the knowledge how subversion developers organize >> their meta-data. > > More thoughts - what about this proposal: > 1. We completely kill parsing of 1.6 metadata i

Re: Subversion don't work in 1.7 version

2012-03-07 Thread Pavel Sanda
Stephan Witt wrote: > 1. and 2. (minus --xml) is essentially my already existing patch. > 3. is a thing I can live with > > Now we're all happy, aren't we? :) Yes, thanks :) Pavel

Re: Subversion don't work in 1.7 version

2012-03-07 Thread Richard Heck
On 03/07/2012 09:32 AM, Stephan Witt wrote: Am 07.03.2012 um 15:15 schrieb Pavel Sanda: Stephan Witt wrote: I don't like hard-coding the knowledge how subversion developers organize their meta-data. More thoughts - what about this proposal: 1. We completely kill parsing of 1.6 metada

Re: Subversion don't work in 1.7 version

2012-03-07 Thread Stephan Witt
Am 07.03.2012 um 15:15 schrieb Pavel Sanda: > Stephan Witt wrote: >> I don't like hard-coding the knowledge how subversion developers organize >> their meta-data. > > More thoughts - what about this proposal: > 1. We completely kill parsing of 1.6 metadata in .svn

Re: Subversion don't work in 1.7 version

2012-03-07 Thread Pavel Sanda
Stephan Witt wrote: > I don't like hard-coding the knowledge how subversion developers organize > their meta-data. More thoughts - what about this proposal: 1. We completely kill parsing of 1.6 metadata in .svn. 2. If possible than write common routine for both 1.6/1.7 (I assume the

Re: Subversion don't work in 1.7 version

2012-03-05 Thread Pavel Sanda
Stephan Witt wrote: > > It would work but it implies external svn call(s) for each opened files no > > matter whether the file > > is under the control :-/ I'm not much happy, but you are the boss now... > > I don't like hard-coding the knowledge how subversion

Re: Subversion don't work in 1.7 version

2012-03-05 Thread Stephan Witt
for svn client version again and again. If it is 1.6.x we're done with it. >> b) use the external svn call to check the status of the files? > > It would work but it implies external svn call(s) for each opened files no > matter whether the file > is under the control :-/ I&

Re: Subversion don't work in 1.7 version

2012-03-05 Thread Pavel Sanda
Stephan Witt wrote: > > Stephan, do you still have some time to look on this? I mean > > a) some routine to check existence of parental .svn for 1.7 SVN > > b) in case a) succeeds external svn call to check file being under SVN > > control > > (a&b perhaps just as fallback to current current che

Re: Subversion don't work in 1.7 version

2012-03-04 Thread Stephan Witt
Am 03.03.2012 um 20:36 schrieb Pavel Sanda: > Lars Gullik Bj?nnes wrote: > >> Stephan Witt wrote: >>> second bad news is that i'm short of time these weeks to debug it :) >> >> Do you know more about the details? Perhaps I can do something about that. > > Stephan, do you still have some time to

Re: Subversion don't work in 1.7 version

2012-03-03 Thread Pavel Sanda
Vincent van Ravesteijn wrote: > Well, why don't you look in the git source. They will have found a robust > way to do this. Of course linking to their library would be best. one day :) Pavel

Re: Subversion don't work in 1.7 version

2012-03-03 Thread Vincent van Ravesteijn
In case a) is written in general way (bool checkparentdirs(".svn")) the doors for basic git support in LyX are opened (I guess one weekend coding& debugging). Well, why don't you look in the git source. They will have found a robust way to do this. Vincent

Re: Subversion don't work in 1.7 version

2012-03-03 Thread Pavel Sanda
mount point freezes and unrelated application freezes > >>> as well. > | the whole problem arised because "just checking" .svn dir in the current > folder > | is no more possible with subversion 1.7. > > Hmm... but we would only traverse up, i.e. in the path we are

Re: Subversion don't work in 1.7 version

2011-10-31 Thread Lars Gullik Bjønnes
Pavel Sanda writes: | Jean-Marc Lasgouttes wrote: >> Le 26/10/2011 15:01, Pavel Sanda a écrit : >>> the whole problem arised because "just checking" .svn dir in the current >>> folder >>> is no more possible with subversion 1.7. >> >> Be

Re: Subversion don't work in 1.7 version

2011-10-31 Thread Lars Gullik Bjønnes
g manual checkout) >>> so asking for one more checkbox does not look so horrid. >> >> We could just check whether the .svn directory exists and say: "it seems >> that this file is versionned under svn. Enable svn support?" (or somebeter >> wording). >

Re: Subversion don't work in 1.7 version

2011-10-31 Thread Lars Gullik Bjønnes
. I even tried that some time ago. It does not look | too bad, but I never finished it. We should not look into .git/.svn at all, at the most we should look for those dirs. Or we can let the tools do that for us. If we used a small plug-in thingie we could have that link with the subversi

Re: Subversion don't work in 1.7 version

2011-10-26 Thread Abdelrazak Younes
On 26/10/2011 21:56, Georg Baum wrote: Pavel Sanda wrote: it just feels wrong. when document has 10 childern we will execute it 10 times. when we introduce git then 20 times? if some win user has firewall will we ask about execution of svn/git binary upon opening lyx manual for the first time a

Re: Subversion don't work in 1.7 version

2011-10-26 Thread Pavel Sanda
Georg Baum wrote: > Parsing internal svn files from LyX looks as wrong to me as starting the svn > client a dozen times. A better solution would be to use svn not as a binary, > but link to the library. I even tried that some time ago. It does not look > too bad, but I never finished it. yep, t

Re: Subversion don't work in 1.7 version

2011-10-26 Thread Georg Baum
Pavel Sanda wrote: > it just feels wrong. when document has 10 childern we will execute it 10 > times. when we introduce git then 20 times? if some win user has firewall > will we ask about execution of svn/git binary upon opening lyx manual for > the first time after lyx is launched and so on...

Re: Subversion don't work in 1.7 version

2011-10-26 Thread Stephan Witt
ter >> wording). > > the whole problem arised because "just checking" .svn dir in the current > folder > is no more possible with subversion 1.7. > > anyway i'm not going to fight this issue. it just feels wrong to launch such > machinery for file openi

Re: Subversion don't work in 1.7 version

2011-10-26 Thread Stephan Witt
Am 26.10.2011 um 16:21 schrieb Enrico Forestieri: > On Wed, Oct 26, 2011 at 04:02:08PM +0200, Pavel Sanda wrote: >> Vincent van Ravesteijn wrote: >>> So I'm happy they finally saw the light. >> >> :) if one seeks the light he should probably switch to git... >> >> breaking older things to work m

Re: Subversion don't work in 1.7 version

2011-10-26 Thread Enrico Forestieri
On Wed, Oct 26, 2011 at 04:02:08PM +0200, Pavel Sanda wrote: > Vincent van Ravesteijn wrote: > > So I'm happy they finally saw the light. > > :) if one seeks the light he should probably switch to git... > > breaking older things to work means perhaps one reason less > to continue to use svn at a

Re: Subversion don't work in 1.7 version

2011-10-26 Thread Pavel Sanda
Vincent van Ravesteijn wrote: > So I'm happy they finally saw the light. :) if one seeks the light he should probably switch to git... breaking older things to work means perhaps one reason less to continue to use svn at all. p

Re: Subversion don't work in 1.7 version

2011-10-26 Thread Vincent van Ravesteijn
Op 26-10-2011 15:45, Pavel Sanda schreef: Jean-Marc Lasgouttes wrote: Le 26/10/2011 15:01, Pavel Sanda a écrit : the whole problem arised because "just checking" .svn dir in the current folder is no more possible with subversion 1.7. Because only the top svn directory has informat

Re: Subversion don't work in 1.7 version

2011-10-26 Thread Pavel Sanda
Jean-Marc Lasgouttes wrote: > Le 26/10/2011 15:01, Pavel Sanda a écrit : >> the whole problem arised because "just checking" .svn dir in the current >> folder >> is no more possible with subversion 1.7. > > Because only the top svn directory has information, r

Re: Subversion don't work in 1.7 version

2011-10-26 Thread Jean-Marc Lasgouttes
Le 26/10/2011 15:01, Pavel Sanda a écrit : the whole problem arised because "just checking" .svn dir in the current folder is no more possible with subversion 1.7. Because only the top svn directory has information, right? JMarc

Re: Subversion don't work in 1.7 version

2011-10-26 Thread Pavel Sanda
does not look so horrid. > > We could just check whether the .svn directory exists and say: "it seems > that this file is versionned under svn. Enable svn support?" (or somebeter > wording). the whole problem arised because "just checking" .svn dir in the current

Re: Subversion don't work in 1.7 version

2011-10-26 Thread Vincent van Ravesteijn
Op 26-10-2011 14:52, Jean-Marc Lasgouttes schreef: Le 26/10/2011 14:37, Pavel Sanda a écrit : i have painful experience with applications which scan neighbourhood of the folders you are working in case you are working in networked filesystem. one mount point freezes and unrelated application fre

Re: Subversion don't work in 1.7 version

2011-10-26 Thread Jean-Marc Lasgouttes
Le 26/10/2011 14:37, Pavel Sanda a écrit : i have painful experience with applications which scan neighbourhood of the folders you are working in case you are working in networked filesystem. one mount point freezes and unrelated application freezes as well. considering that svn is used by small

Re: Subversion don't work in 1.7 version

2011-10-26 Thread Pavel Sanda
Vincent van Ravesteijn wrote: > Against all, unless you convince me this that this option really can't be > enabled always. I'm afraid this will become just another option that should > be there out of principle, but isn't ever used by the user. > >>> there is absolutely no reason to disable it f

Re: Subversion don't work in 1.7 version

2011-10-26 Thread Vincent van Ravesteijn
Op 26-10-2011 13:41, Pavel Sanda schreef: Vincent van Ravesteijn wrote: Stephan I'm in favor of having some better settings for the version control system(s), but I don't like to have another option whether to use VCS or not. you are against general "use vcs" or against

Re: Subversion don't work in 1.7 version

2011-10-26 Thread Pavel Sanda
Vincent van Ravesteijn wrote: >> Stephan > I'm in favor of having some better settings for the version control > system(s), but I don't like to have another option whether to use VCS or > not. you are against general "use vcs" or against "subversion supp

Re: Subversion don't work in 1.7 version

2011-10-26 Thread Vincent van Ravesteijn
Op 26-10-2011 13:03, Stephan Witt schreef: Am 26.10.2011 um 12:05 schrieb Pavel Sanda: Stephan Witt wrote: Pavel, I've tested this patch with 1.7 SVN and on Linux with 1.6. Because I've only the LYX SVN repository at hand I don't want to test all operations. But the detection of SVN repository

Re: Subversion don't work in 1.7 version

2011-10-26 Thread Stephan Witt
Am 26.10.2011 um 12:05 schrieb Pavel Sanda: > Stephan Witt wrote: >>> Pavel, I've tested this patch with 1.7 SVN and on Linux with 1.6. >>> Because I've only the LYX SVN repository at hand I don't want to test >>> all operations. But the detection of SVN repository members is working now. >> >> I

Re: Subversion don't work in 1.7 version

2011-10-26 Thread Pavel Sanda
Jean-Marc Lasgouttes wrote: > Can't we just read the local files? I agree that network access when > opening a file is wrong. i believe svn will only access local files (though i didn't test). pavel

Re: Subversion don't work in 1.7 version

2011-10-26 Thread Jean-Marc Lasgouttes
Le 26/10/2011 12:21, Pavel Sanda a écrit : Jean-Marc Lasgouttes wrote: Le 26/10/2011 12:05, Pavel Sanda a écrit : i feel uneasy about this stuff being executed for opening each lyx file (the same problem as with git), directory traversal is not better. shall we introduce some gui variable like

Re: Subversion don't work in 1.7 version

2011-10-26 Thread Pavel Sanda
Jean-Marc Lasgouttes wrote: > Le 26/10/2011 12:05, Pavel Sanda a écrit : >> i feel uneasy about this stuff being executed for opening each lyx file >> (the same problem as with git), directory traversal is not better. >> shall we introduce some gui variable like "Use revision control systems" >> or

Re: Subversion don't work in 1.7 version

2011-10-26 Thread Jean-Marc Lasgouttes
Le 26/10/2011 12:05, Pavel Sanda a écrit : i feel uneasy about this stuff being executed for opening each lyx file (the same problem as with git), directory traversal is not better. shall we introduce some gui variable like "Use revision control systems" or am i oversensitive? Is it a matter of

Re: Subversion don't work in 1.7 version

2011-10-26 Thread Pavel Sanda
Stephan Witt wrote: > > Pavel, I've tested this patch with 1.7 SVN and on Linux with 1.6. > > Because I've only the LYX SVN repository at hand I don't want to test > > all operations. But the detection of SVN repository members is working now. > > I missed some status flag: "I" stands for ignore.

Subversion don't work in 1.7 version

2011-10-25 Thread Buenas Noticias
Hi all : The folder.svn in version 1.7 has two subfolders pristine and tmp, while the.svnversion 1.6, I remember several subfolders, such as propdel, propset and three more that are handled by LyX. When accessing LyX to the version 1.7 is all completelychanged. Regards Miguel

Re: Subversion don't work in 1.7 version

2011-10-24 Thread Stephan Witt
Am 24.10.2011 um 17:11 schrieb Buenas Noticias: > I don't know make these. I am a normal user, what discover a problem in > the svn version control. > You're able to upgrade your SVN to 1.7 and cannot create a ticket in our trac-system? Did you try it already? Stephan > El 24/10/11 17:05, Ste

Re: Subversion don't work in 1.7 version

2011-10-24 Thread Buenas Noticias
I don't know make these. I am a normal user, what discover a problem in the svn version control. Regards El 24/10/11 17:05, Stephan Witt escribió: > Am 24.10.2011 um 16:55 schrieb Buenas Noticias: > >> Hi all : >> >> I used a repository, made with svn 1.6 and I open my LyX documents, and they >

Re: Subversion don't work in 1.7 version

2011-10-24 Thread Stephan Witt
Am 24.10.2011 um 16:55 schrieb Buenas Noticias: > Hi all : > > I used a repository, made with svn 1.6 and I open my LyX documents, and they > worked perfectly. Then I did a svn upgrade to version 1.7 and LyX, you can > not put them under version control, so I conclude that there is a problem >

Subversion don't work in 1.7 version

2011-10-24 Thread Buenas Noticias
Hi all : I used a repository, made with svn 1.6 and I open my LyX documents, and they worked perfectly. Then I did a svn upgrade to version 1.7 and LyX, you can not put them under version control, so I conclude that there is a problem with this newversion and the program LyX 2.1.0svn. Regards

Re: Subversion don't work in 1.7 version

2011-10-23 Thread Stephan Witt
Am 23.10.2011 um 14:15 schrieb Stephan Witt: > Am 21.10.2011 um 22:25 schrieb Stephan Witt: > >> Am 21.10.2011 um 21:38 schrieb Lars Gullik Bjønnes: >> >>> Stephan Witt writes: >>> >>> | Am 21.10.2011 um 14:09 schrieb Pavel Sanda: >>>>

Re: Subversion don't work in 1.7 version

2011-10-23 Thread Stephan Witt
Am 21.10.2011 um 22:25 schrieb Stephan Witt: > Am 21.10.2011 um 21:38 schrieb Lars Gullik Bjønnes: > >> Stephan Witt writes: >> >> | Am 21.10.2011 um 14:09 schrieb Pavel Sanda: >>> >>>> Buenas Noticias wrote: >>>>> Ok. Subversion 1.

Re: Subversion don't work in 1.7 version

2011-10-21 Thread Stephan Witt
Am 21.10.2011 um 23:30 schrieb Lars Gullik Bjønnes: > Stephan Witt writes: > > | Am 21.10.2011 um 21:38 schrieb Lars Gullik Bjønnes: >> >>> Stephan Witt writes: >>> >>> | Am 21.10.2011 um 14:09 schrieb Pavel Sanda: >>>> >>>>

Re: Subversion don't work in 1.7 version

2011-10-21 Thread Lars Gullik Bjønnes
Stephan Witt writes: | Am 21.10.2011 um 21:38 schrieb Lars Gullik Bjønnes: > >> Stephan Witt writes: >> >> | Am 21.10.2011 um 14:09 schrieb Pavel Sanda: >>> >>>> Buenas Noticias wrote: >>>>> Ok. Subversion 1.7 is incompatible with LyX.

Re: Subversion don't work in 1.7 version

2011-10-21 Thread Stephan Witt
Am 21.10.2011 um 21:38 schrieb Lars Gullik Bjønnes: > Stephan Witt writes: > > | Am 21.10.2011 um 14:09 schrieb Pavel Sanda: >> >>> Buenas Noticias wrote: >>>> Ok. Subversion 1.7 is incompatible with LyX. >>> >>> maybe i was wrong and

Re: Subversion don't work in 1.7 version

2011-10-21 Thread Lars Gullik Bjønnes
Stephan Witt writes: | Am 21.10.2011 um 14:09 schrieb Pavel Sanda: > >> Buenas Noticias wrote: >>> Ok. Subversion 1.7 is incompatible with LyX. >> >> maybe i was wrong and problem is not with lyx per se. >> can you please try again with completely new repo

Re: Subversion don't work in 1.7 version

2011-10-21 Thread Stephan Witt
Am 21.10.2011 um 20:21 schrieb Stephan Witt: > Am 21.10.2011 um 14:09 schrieb Pavel Sanda: > >> Buenas Noticias wrote: >>> Ok. Subversion 1.7 is incompatible with LyX. >> >> maybe i was wrong and problem is not with lyx per se. >> can you please try again

Re: Subversion don't work in 1.7 version

2011-10-21 Thread Stephan Witt
Am 21.10.2011 um 14:09 schrieb Pavel Sanda: > Buenas Noticias wrote: >> Ok. Subversion 1.7 is incompatible with LyX. > > maybe i was wrong and problem is not with lyx per se. > can you please try again with completely new repo (checkout from 1.7) > or upgrade as stated

Re: Subversion don't work in 1.7 version

2011-10-21 Thread Stephan Witt
Am 21.10.2011 um 14:09 schrieb Pavel Sanda: > Buenas Noticias wrote: >> Ok. Subversion 1.7 is incompatible with LyX. > > maybe i was wrong and problem is not with lyx per se. > can you please try again with completely new repo (checkout from 1.7) > or upgrade as stated by En

Re: Subversion don't work in 1.7 version

2011-10-21 Thread Buenas Noticias
Hi Pavel : I made a test document, and all commands to get a working copy. In the beginning everything is fine, but the icons are not activatedin LyXand I can not use the svn version control. Miguel El 21/10/11 14:09, Pavel Sanda escribió: > Buenas Noticias wrote: >> Ok. Subversi

Re: Subversion don't work in 1.7 version

2011-10-21 Thread Pavel Sanda
Buenas Noticias wrote: > Ok. Subversion 1.7 is incompatible with LyX. maybe i was wrong and problem is not with lyx per se. can you please try again with completely new repo (checkout from 1.7) or upgrade as stated by Enrico? pavel

Re: Subversion don't work in 1.7 version

2011-10-21 Thread Enrico Forestieri
On Fri, Oct 21, 2011 at 10:38:51AM +0200, Buenas Noticias wrote: > Ok. Subversion 1.7 is incompatible with LyX. Subversion 1.6 work fine. > Now I can not put my documents under version control with the 1.7, so > if I could do with the 1.6 version. This is not true. Please,

Re: Subversion don't work in 1.7 version

2011-10-21 Thread Enrico Forestieri
On Fri, Oct 21, 2011 at 09:09:00AM +0200, Pavel Sanda wrote: > Stephan Witt wrote: > > Do you know more about the details? Perhaps I can do something about that. > > no, first time i hear about that. one needs to install svn 1.7 and see whats > going on... Subversion 1.7 does

Re: Subversion don't work in 1.7 version

2011-10-21 Thread Buenas Noticias
Ok. Subversion 1.7 is incompatible with LyX. Subversion 1.6 work fine. Now I can not put my documents under version control with the 1.7, so if I could do with the 1.6 version. Regards Miguel El 21/10/11 08:40, Pavel Sanda escribió: > Buenas Noticias wrote: >> Hi all : >> &g

Re: Subversion don't work in 1.7 version

2011-10-21 Thread Pavel Sanda
Stephan Witt wrote: > Do you know more about the details? Perhaps I can do something about that. no, first time i hear about that. one needs to install svn 1.7 and see whats going on... pavel

Re: Subversion don't work in 1.7 version

2011-10-20 Thread Stephan Witt
everything has worked fine, but when Mandriva upgrade subversion to >> 1.7.0, it stopped working. The LyX Tutorial says that svn was tested >> with versions 1.4 and 1.6 working well. Any idea to work with 1.7.0?. >> I can not go back to 1.6.0 because the dependency system prevents me

Re: Subversion don't work in 1.7 version

2011-10-20 Thread Pavel Sanda
Stephan Witt wrote: > Perhaps it's the same with Mandriva 1.7? i think he speaks about svn versions. pavel

Re: Subversion don't work in 1.7 version

2011-10-20 Thread Pavel Sanda
Buenas Noticias wrote: > Hi all : > > I am using LyX 2.1.0svn and treatment versions with svn. So far > everything has worked fine, but when Mandriva upgrade subversion to > 1.7.0, it stopped working. The LyX Tutorial says that svn was tested > with versions 1.4 and 1.6 working

Re: Subversion don't work in 1.7 version

2011-10-20 Thread Stephan Witt
Am 21.10.2011 um 08:17 schrieb Buenas Noticias: > Hi all : > > I am using LyX 2.1.0svn and treatment versions with svn. So far > everything has worked fine, but when Mandriva upgrade subversion to > 1.7.0, it stopped working. The LyX Tutorial says that svn was tested > with ve

Subversion don't work in 1.7 version

2011-10-20 Thread Buenas Noticias
Hi all : I am using LyX 2.1.0svn and treatment versions with svn. So far everything has worked fine, but when Mandriva upgrade subversion to 1.7.0, it stopped working. The LyX Tutorial says that svn was tested with versions 1.4 and 1.6 working well. Any idea to work with 1.7.0?. I can not go back

Trac issue (Was): Contact me regarding write/commit permission to Subversion and Trac

2009-05-20 Thread Christian Ridderström
On Tue, 19 May 2009, Jean-Marc Lasgouttes wrote: Jürgen Spitzmüller writes: Jean-Marc Lasgouttes wrote: Could you set that only the developers can add/remove keywords and set the target milestone? People are frequently using the keyword field now, and in most cases, the keywords are not very

Re: Contact me regarding write/commit permission to Subversion and Trac

2009-05-19 Thread Jean-Marc Lasgouttes
Jürgen Spitzmüller writes: > Jean-Marc Lasgouttes wrote: > Could you set that only the developers can add/remove keywords and set the > target milestone? People are frequently using the keyword field now, and in > most cases, the keywords are not very useful. I took a look at this, but did not

Re: Contact me regarding write/commit permission to Subversion and Trac

2009-05-12 Thread Christian Ridderström
On Tue, 12 May 2009, Pavel Sanda wrote: I think I now know how to give people write/commit permission to Subversion and Trac. It's now working for André, so now I know how to give people access. cheers /Christian -- Christian Ridderström Mobile: +46-70 687 39 44

Re: Contact me regarding write/commit permission to Subversion and Trac

2009-05-12 Thread Jean-Marc Lasgouttes
Could you set that only the developers can add/remove keywords and set the target milestone? People are frequently using the keyword field now, and in most cases, the keywords are not very useful. I do not think that I can do it from the web interface. I have to wait until I have real acc

Re: Contact me regarding write/commit permission to Subversion and Trac

2009-05-11 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: >> Note that there's a step missing regarding Trac. Someone needs to >> configure what permissions the newly create user shall have within >> Trac. This can be done using the web interface, so I'll leave this for >> people that actually know what they're doing with Trac

Re: Contact me regarding write/commit permission to Subversion and Trac

2009-05-11 Thread Pavel Sanda
pavel Christian Ridderström wrote: > Hi, > > I think I now know how to give people write/commit permission to Subversion > and Trac. Below is a list of the people I believe currently has write > permission. If you're not in any of the list but feel you shoul

Re: Contact me regarding write/commit permission to Subversion and Trac

2009-05-11 Thread Jean-Marc Lasgouttes
Christian Ridderström writes: > Note that there's a step missing regarding Trac. Someone needs to > configure what permissions the newly create user shall have within > Trac. This can be done using the web interface, so I'll leave this for > people that actually know what they're doing with Trac.

Re: Contact me regarding write/commit permission to Subversion and Trac

2009-05-11 Thread Christian Ridderström
On Mon, 11 May 2009, Christian Ridderström wrote: Note that I've now sent passwords to André and Edwin, they should test that it works. /Christian -- Christian Ridderström Mobile: +46-70 687 39 44

Re: Contact me regarding write/commit permission to Subversion and Trac

2009-05-11 Thread Christian Ridderström
On Mon, 11 May 2009, Christian Ridderström wrote: you can have separate passwords for Subversion and Trac. I haven't tested that thought. Actually, none of this is really tested by me yet:-) Note that there's a step missing regarding Trac. Someone needs to configure what permi

Contact me regarding write/commit permission to Subversion and Trac

2009-05-11 Thread Christian Ridderström
Hi, I think I now know how to give people write/commit permission to Subversion and Trac. Below is a list of the people I believe currently has write permission. If you're not in any of the list but feel you should, send me an email to christian.ridderstrom AT gmail.com This

Re: LyX sourceforge.net subversion repository

2009-03-08 Thread Lars Gullik Bjønnes
Martin Vermeer writes: | On Sat, Mar 07, 2009 at 01:53:36PM +0100, Lars Gullik Bjønnes wrote: >> Andre Poenitz >> >> writes: >> >> | On Sat, Mar 07, 2009 at 11:54:23AM +0100, Jean-Marc Lasgouttes wrote: >> >> Andre Poenitz writes: >> >> > How much effort is it to syncronize two svn repos? >> >

Re: LyX sourceforge.net subversion repository

2009-03-08 Thread Martin Vermeer
On Sat, Mar 07, 2009 at 01:53:36PM +0100, Lars Gullik Bjønnes wrote: > Andre Poenitz > > writes: > > | On Sat, Mar 07, 2009 at 11:54:23AM +0100, Jean-Marc Lasgouttes wrote: > >> Andre Poenitz writes: > >> > How much effort is it to syncronize two svn repos? > >> > >> I do not know whether rsync

Re: LyX sourceforge.net subversion repository

2009-03-07 Thread Bo Peng
> A sub-dump is done every night... from the last full dump until present. That indicates a lack of communication between us... :-) > I think that your way of doing the dump might result in a tiny bit more > manual work required to get it up to date. It does not matter if we do not need to do th

Re: LyX sourceforge.net subversion repository

2009-03-07 Thread Lars Gullik Bjønnes
Bo Peng writes: >>> I know that, but I was creating a full dump. >> >> Que?? > | A full dump till Thursday, not the previous Sunday... A sub-dump is done every night... from the last full dump until present. I think that your way of doing the dump might result in a tiny bit more manual work req

Re: LyX sourceforge.net subversion repository

2009-03-07 Thread Bo Peng
>> I know that, but I was creating a full dump. > > Que?? A full dump till Thursday, not the previous Sunday... Bo

Re: LyX sourceforge.net subversion repository

2009-03-07 Thread Christian Ridderström
On Sat, 7 Mar 2009, Bo Peng wrote: Already done automatically. Full dump is done automatically on aussie every sunday. I know that, but I was creating a full dump. Que?? /C -- Christian Ridderström Mobile: +46-70 687 39 44

Re: LyX sourceforge.net subversion repository

2009-03-07 Thread Bo Peng
> > | I do not know such a way, sorry. > > I do. If you would like to re-import the repository so that others do not have to check out fresh, go ahead. :-) > Already done automatically. Full dump is done automatically on aussie > every sunday. I know that, but I was creating a full dump. Cheer

Re: LyX sourceforge.net subversion repository

2009-03-07 Thread Lars Gullik Bjønnes
Bo Peng writes: >> | And I really hope you make the dump and import in such a way to just >> | enble developers to just switch their threes instead of doing a full >> | new chekcout. > | I do not know such a way, sorry. I do. | Even if the bzipped dump file is | 200M, importing still took 10+

Re: LyX sourceforge.net subversion repository

2009-03-07 Thread Bo Peng
u did not count the time to bzip. Anyway, the sourceforge subversion repository is running. Because it is easy to add new revisions (we have seven now), I am happy that I do not have to do it again. Cheers, Bo

Re: LyX sourceforge.net subversion repository

2009-03-07 Thread Lars Gullik Bjønnes
Andre Poenitz writes: | On Sat, Mar 07, 2009 at 11:54:23AM +0100, Jean-Marc Lasgouttes wrote: >> Andre Poenitz writes: >> > How much effort is it to syncronize two svn repos? >> >> I do not know whether rsync can do that, or if a svn repo is just a huge >> file. Bo? > | An svn repo a lots of sm

Re: LyX sourceforge.net subversion repository

2009-03-07 Thread Andre Poenitz
On Sat, Mar 07, 2009 at 11:54:23AM +0100, Jean-Marc Lasgouttes wrote: > Andre Poenitz writes: > > How much effort is it to syncronize two svn repos? > > I do not know whether rsync can do that, or if a svn repo is just a huge > file. Bo? An svn repo a lots of small files, rsync would be fine if

Re: LyX sourceforge.net subversion repository

2009-03-07 Thread Lars Gullik Bjønnes
lar...@gullik.org (Lars Gullik Bjønnes) writes: | Bo Peng writes: > | | I am migrating our subversion repository to sourceforge.net >> | | http://lyx.svn.sourceforge.net/viewvc/lyx/ >> | | This was meant to be a test migration but I realized that I do not | | really want to repe

Re: LyX sourceforge.net subversion repository

2009-03-07 Thread Lars Gullik Bjønnes
Bo Peng writes: | I am migrating our subversion repository to sourceforge.net > | http://lyx.svn.sourceforge.net/viewvc/lyx/ > | This was meant to be a test migration but I realized that I do not | really want to repeat this process again, which involves 10T of data | and 10+ hours of w

Re: LyX sourceforge.net subversion repository

2009-03-07 Thread Lars Gullik Bjønnes
Andre Poenitz writes: | On Sat, Mar 07, 2009 at 09:43:04AM +0100, Jürgen Spitzmüller wrote: >> Bo Peng wrote: >> > How about we decide, right now, to switch to sf.net? The subversion >> > repository will be ready in a few hours (it is at revision 13425 now) >> &g

Re: LyX sourceforge.net subversion repository

2009-03-07 Thread Lars Gullik Bjønnes
Bo Peng writes: | On Fri, Mar 6, 2009 at 11:47 AM, Jürgen Spitzmüller | wrote: >> Bo Peng wrote: >>> It would be easier for the final >>> migration if you guys can refrain from committing small patches for a >>> while. You **might** need to re-commit to the sf repository later. >> >> Well, if it

Re: LyX sourceforge.net subversion repository

2009-03-07 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes writes: | Andre Poenitz writes: >> How much effort is it to syncronize two svn repos? > | I do not know whether rsync can do that, or if a svn repo is just a huge | file. Bo? > | Otherwise, google shows stuff like this | http://svn.collab.net/repos/svn/trunk/notes/svnsync.tx

Re: LyX sourceforge.net subversion repository

2009-03-07 Thread Jean-Marc Lasgouttes
Andre Poenitz writes: > How much effort is it to syncronize two svn repos? I do not know whether rsync can do that, or if a svn repo is just a huge file. Bo? Otherwise, google shows stuff like this http://svn.collab.net/repos/svn/trunk/notes/svnsync.txt http://lajavaloca.wordpress.com/2008/06/03

Re: LyX sourceforge.net subversion repository

2009-03-07 Thread Andre Poenitz
On Sat, Mar 07, 2009 at 09:43:04AM +0100, Jürgen Spitzmüller wrote: > Bo Peng wrote: > > How about we decide, right now, to switch to sf.net? The subversion > > repository will be ready in a few hours (it is at revision 13425 now) > > and it should be a simple 'svn sw

Re: LyX sourceforge.net subversion repository

2009-03-07 Thread Jürgen Spitzmüller
Bo Peng wrote: > How about we decide, right now, to switch to sf.net? The subversion > repository will be ready in a few hours (it is at revision 13425 now) > and it should be a simple 'svn switch' to switch your local copy. The > webpage will be ready before tomorrow. The

Re: LyX sourceforge.net subversion repository

2009-03-06 Thread Bo Peng
> I don't think this would be a good idea for a stable release. > > It is already postponed :-( How about we decide, right now, to switch to sf.net? The subversion repository will be ready in a few hours (it is at revision 13425 now) and it should be a simple 'svn switch&#x

Re: LyX sourceforge.net subversion repository

2009-03-06 Thread Jürgen Spitzmüller
Bo Peng wrote: > It was just a reminder that, if we eventually decide to migrate to sf, > and there is no simple way to migrate new revisions, you will have to > manually re-commit your patches. I don't think this would be a good idea for a stable release. > Actually, given the dire situation of

Re: LyX sourceforge.net subversion repository

2009-03-06 Thread Bo Peng
On Fri, Mar 6, 2009 at 11:47 AM, Jürgen Spitzmüller wrote: > Bo Peng wrote: >> It would be easier for the final >> migration if you guys can refrain from committing small patches for a >> while. You **might** need to re-commit to the sf repository later. > > Well, if it turns out our show stopper

  1   2   >