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  ... 


I don't have access to a windows machine at the moment, but can you check if 
svn is in the windows PATH? Just open a command prompt and type 'svn'. If it 
says command not found (or something similar), its not there. Try adding the 
Tortoise SVN folder containing svn.exe to the Windows PATH. (It's probably 
Program Files\Tortoise SVN\bin). Follow this guide to add something to the PATH 
variable:

http://www.computerhope.com/issues/ch000549.htm

I'm assuming I need a command line client for 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?


Tortoise SVN is a graphical front-end to svn. I think it includes svn.exe. Even 
if it doesnt, you would need to install svn for windows and _NOT_ some cygwin 
stuff. Lyx needs the command line program, not a graphical front-end. 
Alternatively, you can just use Tortoise SVN _instead_ of LyX to handle 
versioning, but I guess you already knew that :)

Cheers,

Kosta




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 /command:commit /path:$$p

btw one can look into Additional features manual, where is
the documentation :)

pavel


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)

pavel


Vincent


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 out that the 'S flag' does not exist... (yet)

my fault, S shouldn't be in manual. copy/paste error, which i will fix.
pavel


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  ... 


I don't have access to a windows machine at the moment, but can you check if 
svn is in the windows PATH? Just open a command prompt and type 'svn'. If it 
says command not found (or something similar), its not there. Try adding the 
Tortoise SVN folder containing svn.exe to the Windows PATH. (It's probably 
Program Files\Tortoise SVN\bin). Follow this guide to add something to the PATH 
variable:

http://www.computerhope.com/issues/ch000549.htm

I'm assuming I need a command line client for 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?


Tortoise SVN is a graphical front-end to svn. I think it includes svn.exe. Even 
if it doesnt, you would need to install svn for windows and _NOT_ some cygwin 
stuff. Lyx needs the command line program, not a graphical front-end. 
Alternatively, you can just use Tortoise SVN _instead_ of LyX to handle 
versioning, but I guess you already knew that :)

Cheers,

Kosta




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 /command:commit /path:$$p

btw one can look into Additional features manual, where is
the documentation :)

pavel


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)

pavel


Vincent


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 out that the 'S flag' does not exist... (yet)

my fault, S shouldn't be in manual. copy/paste error, which i will fix.
pavel


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 " ... "


I don't have access to a windows machine at the moment, but can you check if 
svn is in the windows PATH? Just open a command prompt and type 'svn'. If it 
says command not found (or something similar), its not there. Try adding the 
Tortoise SVN folder containing svn.exe to the Windows PATH. (It's probably 
Program Files\Tortoise SVN\bin). Follow this guide to add something to the PATH 
variable:

http://www.computerhope.com/issues/ch000549.htm

I'm assuming I need a command line client for 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?


Tortoise SVN is a graphical front-end to svn. I think it includes svn.exe. Even 
if it doesnt, you would need to install svn for windows and _NOT_ some cygwin 
stuff. Lyx needs the command line program, not a graphical front-end. 
Alternatively, you can just use Tortoise SVN _instead_ of LyX to handle 
versioning, but I guess you already knew that :)

Cheers,

Kosta




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 /command:commit /path:$$p"

btw one can look into "Additional features" manual, where is
the documentation :)

pavel


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)

>pavel
>

Vincent


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 out that the 'S flag' does not exist... (yet)

my fault, S shouldn't be in manual. copy/paste error, which i will fix.
pavel


LyX 1.6.2 -- svn on Windows

2009-04-21 Thread sykes

hi, 

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  ...  

I'm assuming I need a command line client for 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.2svn-on-Windows-tp2673847p2673847.html
Sent from the LyX - Users mailing list archive at Nabble.com.



LyX 1.6.2 -- svn on Windows

2009-04-21 Thread sykes

hi, 

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  ...  

I'm assuming I need a command line client for 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.2svn-on-Windows-tp2673847p2673847.html
Sent from the LyX - Users mailing list archive at Nabble.com.



LyX 1.6.2 -- svn on Windows

2009-04-21 Thread sykes

hi, 

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 " ... " 

I'm assuming I need a command line client for 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-tp2673847p2673847.html
Sent from the LyX - Users mailing list archive at Nabble.com.