Re: LyX 1.6.2 -- svn on Windows

2009-04-22 Thread Kosta Welke
On Wed, 22 Apr 2009 04:48:20 +0200, sykes ed.sy...@sheridanc.on.ca wrote: I'm running LyX 1.6.2 on Windows XP. I use the Tortoise SVN client for subversion. I'm getting an error when I try to commit from within LyX: Some problem occured while running the command: 'svn commit -m ...

Re: LyX 1.6.2 -- svn on Windows

2009-04-22 Thread Uwe Stöhr
sykes schrieb: I'm running LyX 1.6.2 on Windows XP. I use the Tortoise SVN client for subversion. I'm getting an error when I try to commit from within LyX: You want to commit some changes to LyX's SVN repository? This is only possible for developers with a LyX SVN account. regards Uwe

RE: LyX 1.6.2 -- svn on Windows

2009-04-22 Thread Vincent van Ravesteijn - TNW
I'm assuming I need a command line client for svn to execute... Yes. is there a way to make Tortoise SVN handle this... Yes. Enter the following command in the command buffer (View-Toolbars-Command Buffer): vc-command DS . TortoiseProc /command:commit /path:$$p Vincent

Re: LyX 1.6.2 -- svn on Windows

2009-04-22 Thread Pavel Sanda
Vincent van Ravesteijn - TNW wrote: I'm assuming I need a command line client for svn to execute... Yes. is there a way to make Tortoise SVN handle this... Yes. Enter the following command in the command buffer (View-Toolbars-Command Buffer): vc-command DS . TortoiseProc

RE: LyX 1.6.2 -- svn on Windows

2009-04-22 Thread Vincent van Ravesteijn - TNW
Enter the following command in the command buffer (View-Toolbars-Command Buffer): vc-command DS . TortoiseProc /command:commit /path:$$p btw one can look into Additional features manual, where is the documentation :) And then you will find out that the 'S flag' does not exist... (yet)

Re: LyX 1.6.2 -- svn on Windows

2009-04-22 Thread Pavel Sanda
Vincent van Ravesteijn - TNW wrote: Enter the following command in the command buffer (View-Toolbars-Command Buffer): vc-command DS . TortoiseProc /command:commit /path:$$p btw one can look into Additional features manual, where is the documentation :) And then you will find

Re: LyX 1.6.2 -- svn on Windows

2009-04-22 Thread Kosta Welke
On Wed, 22 Apr 2009 04:48:20 +0200, sykes ed.sy...@sheridanc.on.ca wrote: I'm running LyX 1.6.2 on Windows XP. I use the Tortoise SVN client for subversion. I'm getting an error when I try to commit from within LyX: Some problem occured while running the command: 'svn commit -m ...

Re: LyX 1.6.2 -- svn on Windows

2009-04-22 Thread Uwe Stöhr
sykes schrieb: I'm running LyX 1.6.2 on Windows XP. I use the Tortoise SVN client for subversion. I'm getting an error when I try to commit from within LyX: You want to commit some changes to LyX's SVN repository? This is only possible for developers with a LyX SVN account. regards Uwe

RE: LyX 1.6.2 -- svn on Windows

2009-04-22 Thread Vincent van Ravesteijn - TNW
I'm assuming I need a command line client for svn to execute... Yes. is there a way to make Tortoise SVN handle this... Yes. Enter the following command in the command buffer (View-Toolbars-Command Buffer): vc-command DS . TortoiseProc /command:commit /path:$$p Vincent

Re: LyX 1.6.2 -- svn on Windows

2009-04-22 Thread Pavel Sanda
Vincent van Ravesteijn - TNW wrote: I'm assuming I need a command line client for svn to execute... Yes. is there a way to make Tortoise SVN handle this... Yes. Enter the following command in the command buffer (View-Toolbars-Command Buffer): vc-command DS . TortoiseProc

RE: LyX 1.6.2 -- svn on Windows

2009-04-22 Thread Vincent van Ravesteijn - TNW
Enter the following command in the command buffer (View-Toolbars-Command Buffer): vc-command DS . TortoiseProc /command:commit /path:$$p btw one can look into Additional features manual, where is the documentation :) And then you will find out that the 'S flag' does not exist... (yet)

Re: LyX 1.6.2 -- svn on Windows

2009-04-22 Thread Pavel Sanda
Vincent van Ravesteijn - TNW wrote: Enter the following command in the command buffer (View-Toolbars-Command Buffer): vc-command DS . TortoiseProc /command:commit /path:$$p btw one can look into Additional features manual, where is the documentation :) And then you will find

Re: LyX 1.6.2 -- svn on Windows

2009-04-22 Thread Kosta Welke
On Wed, 22 Apr 2009 04:48:20 +0200, sykes wrote: I'm running LyX 1.6.2 on Windows XP. I use the Tortoise SVN client for subversion. I'm getting an error when I try to commit from within LyX: "Some problem occured while running the command: 'svn commit -m " ...

Re: LyX 1.6.2 -- svn on Windows

2009-04-22 Thread Uwe Stöhr
sykes schrieb: I'm running LyX 1.6.2 on Windows XP. I use the Tortoise SVN client for subversion. I'm getting an error when I try to commit from within LyX: You want to commit some changes to LyX's SVN repository? This is only possible for developers with a LyX SVN account. regards Uwe

RE: LyX 1.6.2 -- svn on Windows

2009-04-22 Thread Vincent van Ravesteijn - TNW
>I'm assuming I need a command line client for svn to execute... Yes. >is there a way to make Tortoise SVN handle this... Yes. Enter the following command in the command buffer (View->Toolbars->Command Buffer): vc-command DS "." "TortoiseProc /command:commit /path:$$p" Vincent

Re: LyX 1.6.2 -- svn on Windows

2009-04-22 Thread Pavel Sanda
Vincent van Ravesteijn - TNW wrote: > >I'm assuming I need a command line client for svn to execute... > > Yes. > > >is there a way to make Tortoise SVN handle this... > > Yes. > > Enter the following command in the command buffer > (View->Toolbars->Command Buffer): > > vc-command DS "."

RE: LyX 1.6.2 -- svn on Windows

2009-04-22 Thread Vincent van Ravesteijn - TNW
>> Enter the following command in the command buffer >> (View->Toolbars->Command Buffer): >> >> vc-command DS "." "TortoiseProc /command:commit /path:$$p" > >btw one can look into "Additional features" manual, where is the documentation :) > And then you will find out that the 'S flag' does

Re: LyX 1.6.2 -- svn on Windows

2009-04-22 Thread Pavel Sanda
Vincent van Ravesteijn - TNW wrote: > > >> Enter the following command in the command buffer > >> (View->Toolbars->Command Buffer): > >> > >> vc-command DS "." "TortoiseProc /command:commit /path:$$p" > > > >btw one can look into "Additional features" manual, where is the > documentation :) > >

LyX 1.6.2 -- svn on Windows

2009-04-21 Thread sykes
... is there a way to make Tortoise SVN handle this...or is there another application that will do it...or do I need to install cygwin and run LyX through it? thanks in advance. Cheers, Ed Sykes -- View this message in context: http://n2.nabble.com/LyX-1.6.2svn-on-Windows-tp2673847p2673847.html

LyX 1.6.2 -- svn on Windows

2009-04-21 Thread sykes
... is there a way to make Tortoise SVN handle this...or is there another application that will do it...or do I need to install cygwin and run LyX through it? thanks in advance. Cheers, Ed Sykes -- View this message in context: http://n2.nabble.com/LyX-1.6.2svn-on-Windows-tp2673847p2673847.html

LyX 1.6.2 -- svn on Windows

2009-04-21 Thread sykes
svn to execute... is there a way to make Tortoise SVN handle this...or is there another application that will do it...or do I need to install cygwin and run LyX through it? thanks in advance. Cheers, Ed Sykes -- View this message in context: http://n2.nabble.com/LyX-1.6.2----svn-on-Windows-tp