Discussion:
LyX 1.6.2 -- svn on Windows
sykes
2009-04-22 02:48:20 UTC
Permalink
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.
Kosta Welke
2009-04-22 08:36:53 UTC
Permalink
Post by sykes
I'm running LyX 1.6.2 on Windows XP. I use the Tortoise SVN client for
'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
Post by sykes
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
Vincent van Ravesteijn - TNW
2009-04-22 11:08:46 UTC
Permalink
Post by sykes
I'm assuming I need a command line client for svn to execute...
Yes.
Post by sykes
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
Pavel Sanda
2009-04-22 16:07:24 UTC
Permalink
Post by Vincent van Ravesteijn - TNW
Post by sykes
I'm assuming I need a command line client for svn to execute...
Yes.
Post by sykes
is there a way to make Tortoise SVN handle this...
Yes.
Enter the following command in the command buffer
vc-command DS "." "TortoiseProc /command:commit /path:$$p"
btw one can look into "Additional features" manual, where is
the documentation :)

pavel
Vincent van Ravesteijn - TNW
2009-04-22 16:11:31 UTC
Permalink
Post by Vincent van Ravesteijn - TNW
Enter the following command in the 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
Pavel Sanda
2009-04-22 16:46:07 UTC
Permalink
Post by Pavel Sanda
Post by Vincent van Ravesteijn - TNW
Enter the following command in the 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

Uwe Stöhr
2009-04-22 11:37:47 UTC
Permalink
Post by sykes
I'm running LyX 1.6.2 on Windows XP. I use the Tortoise SVN client for
You want to commit some changes to LyX's SVN repository? This is only possible for developers with a
LyX SVN account.

regards Uwe
Loading...