> Dear LyX gurus: why does LyX ignore:
>
> \bind "cacute" "unicode-insert 0x00e7"
>
> while e.g.
>
> \bind "M-C-comma" "unicode-insert 0x00e7" # insert a ç (c with cedilla)
>
> works?
because Qt::Key_Comma exists, while Qt::Key_cacute does not
(http://doc.trolltech.com/4.4/qt.html).
in
> PS Here is what I tried: in american.kmap I put
>
> \kmod ' acute aeiouAEIOU
>
> # \kmod "," cedilla native
>
> \kxmod ' c ç
just a wild guess, what happen with this:
\kxmod acute c ç
pavel
> Furthermore, I don't get a single quote this way, but an isolated acute
> accent. In other words, with such a keyboard remap, it's impossible to
> get a single quote in LyX.
>
> And at last, only the accents (acute, grave, circonflex...) exhibit this
> behavior. The double quote retains its norm
> > this keymap part of lyx is from days when changing keymaps was not so
> > easy as it is now under X. by default these things should be maintained
> > in X settings not in lyx. here lyx reacts as most other apps wrt keymaps.
>
> Should we get rid of our own keyboard mapping soonish then?
>
> D
> On Wed, Jul 02, 2008 at 09:13:27PM +0200, Pavel Sanda wrote:
> > > Should we get rid of our own keyboard mapping soonish then?
> > >
> > > Does anybody still use it and could not use alternatives provided by his
> > > environment?
> >
> > yes
> Dear LyX users,
>
> compiling LyX from the source took me some hours, so I thought I could
> install from a tarball on my second machine. However, trying with
>
> make dist-bzip2
what happens with "make dist"?
pavel
> Is there a way to get overstrike text in LyX?
> I am looking for something like what happens when you track changes and
> delete something, but without using track changes...
http://www.mail-archive.com/[EMAIL PROTECTED]/msg135337.html
we also have it in wiki feature poll.
pavel
> Is there a way to copy code from other editors into Lyx in such a way that
> at least the format of the code is preserved?
have you tried listings environment?
pavel
José Matos wrote:
> You can download LyX 1.6.0beta4 here (the .bz2 are compressed with
> bzip2, which yields smaller files):
>
> ftp://ftp.lyx.org/pub/lyx/devel/lyx-1.6.0beta4.tar.gz
> ftp://ftp.lyx.org/pub/lyx/devel/lyx-1.6.0beta4.tar.bz2
ftp://ftp.devel.lyx.org/pub/lyx/devel/lyx
> [EMAIL PROTECTED] 4-lyx-wiki $ LyX: BN_BIND: Unknown LyX function
> `error-next'
> [around line 69 of file ~/.lyx/bind/de/cua.bind current token: 'error-next'
> context: '']
> LyX: BN_BIND: Unknown LyX function `new-line' [around line 205 of file
> ~/.lyx/bind/de/cua.bind current token: 'new-
> Hello,
> I'm working on a project where the documentation is written in docbook XML.
> I'd like to use Lyx to create it, but I have not found where I can make lyx
> export to XML with schema instead of DTD.
> How do I do that?
i'm afraid lyx support of docbook export is obsolete for a long tim
> Hi there,
>
> on my computer runs lyx beta 4 from svn in Ubuntu Hardy. I could not find
> the error you described. Could you run lyx in the terminal and post the
> crash/error output?
even better would be to show us that document...
pavel
> What did I wrong?
nothing, this happens when po directory is rebuilt.
this usually happens only if lyx.pot is missing,
otherwise plain "make" command shouldn't trigger it.
> How could I most easily change all these files to the latest SVN version?
go to the po directory, then "svn revert -R *
> On 18.07.08, Pavel Sanda wrote:
> > nothing, this happens when po directory is rebuilt.
> > this usually happens only if lyx.pot is missing,
> > otherwise plain "make" command shouldn't trigger it.
>
> As I did not delete lyx.pot by hand, I wonder i
> Hi Michael and all list members
>
> I posted the following question to the list:
>
> "I have just compiled Lyx 1.6 beta4 on Ubuntu (8.04) and installed it. When
> I tried to open my Lyx documents, one document is constantly crashing when I
> click on the title in the document (very strange). C
> Hi all,
>
> I have a 300 page book written in MS Word version 97, and I have to convert
> it
> to LyX in order to make the second edition.
>
> I'll accept all condolences now :-)
>
> Believe it or not, the MS Word version was written very much what you guys
> would call WYSIWYM. I had style
> I just want to write this lines
>
> \kmap < ??
> \kmap > ??
>
> in my personal.kmap file to have a "chevrons" or "guillemets" marks (I use
> also double quotes)
at worst you can alway use key binding instead, i.e. to bind shift+> to
unicode-insert 0x0bb lfun.
pavel
> But it doesn't work, pe
> Steve Litt wrote:
>
> this.
>
>
>
>
>
>
> Just as easy to parse, I hope. Maybe even easier.
now you are joking right? :) i just see all the bugs just because '>' is
redirection.
and imho manually generate \begin_layout Standard is more simpler
then typing .
now imagine those regexps wher
> On Tuesday 22 July 2008 22:54:14 Pavel Sanda wrote:
> >
> > now you are joking right? :) i just see all the bugs just because '>' is
> > redirection. and imho manually generate \begin_layout Standard is more
> > simpler
> > then typing .
>
&g
> Pavel Sanda wrote:
> Moreover, if you're editing by hand, you can use
> something that recognizes XML.
of course it will work, but it will take x-times more time.
quite difference to write sed one-liner or start doing some
xslt templating.
pavel
Dear LyXers,
I'm proud to announce that the LFUNs documentation project has been finished.
If you are interested in mastering LyX this documentation could be useful for
your needs.
Some technical speech:
* All documentation is orginally written as doxygen comments in our source
code,
so thi
> On Wednesday 23 July 2008 00:19:09 Pavel Sanda wrote:
> > while you are right that xml could be better technology for internal
> > lyx parsing (and i can understand your viewpoint as lyx2lyx fan:)
> > this was not my mail about.
> >
> > > It is funny to see
> Perhaps our best hope of continuing tweakability of native LyX is to create
> 1.5.x to XML and XML to 1.5.x converters. Then all the parsing/tweaking can
> continue to be done in the 1.5.x format.
as have written others 1.6 is still ok. for lyx files assembly you can still
make what you want i
> The next question is why do we need to manipulate lyx files with awk and
> friends? Is not there something that can should be done by lyx?
search and replace is one of the weak lyx parts and even if we get Tommaso
one day to put his stuff in there are so many place where its of no help.
just lo
>> If you are interested in mastering LyX this documentation could be useful
>> for your needs.
>
> Should we put this in a page on the wiki site? It could just be a copy of
> your announcement that's put in a page in the development group, e.g.
>
> http://wiki.lyx.org/Devel/LFUN
>
> Then
> This html page is HUGE. It would be helpfull (especially for people on
> slower net connections and not so powerfull machines) to have the lfuns
> section in a separate html document. (Of course I can use the pdf as well,
> but the active links in the html are an added bonus.)
you can play with
> Yes, please do so.
>
>> or we can put the .lyx file into LyX help menu. dont know if others think
>> its good idea.
>
> I don't know if this is a good idea as this are informations for
> specialists and developers.
you are probably right, help menu is overpopulated even now.
> I could
> provi
> On Wed, 23 Jul 2008, Pavel Sanda wrote:
>> by the way - Uwe, i have hidden wish - would it be possible for you to
>> produce ONE BIG LYX documentation for all the manuals together (plus
>> lfuns.lyx) - each file could be one part for example... ?
>
> Would yo
> what I claim is that we need better
> script tools to handle lyx documents. Those tools should be stable across lyx
> versions and should not depend of any particular file format.
frankly - these are nice dreams, but there is not manpower to do it.
my feeling is that the xml-branch commit acti
> On Wednesday 23 July 2008 19:16:49 Steve Litt wrote:
> > Hi all,
> >
> > One feature I think would be really helpful in LyX would be
> > search-for-environment and search-for-character-style. That way I wouldn't
> > need to go into Vim every time I wanted to locate a specific character
> > style.
> On Thursday 24 July 2008 13:07:19 Pavel Sanda wrote:
> > frankly - these are nice dreams, but there is not manpower to do it.
> > my feeling is that the xml-branch commit activity pefectly shows what will
> > happen after the worst bugs will be repaired in xml merged trunk
> On 14.07.08, Jean-Marc Lasgouttes wrote:
> > "G. Milde" <[EMAIL PROTECTED]> writes:
>
> > > compiling LyX from the source took me some hours, so I thought I could
> > > install from a tarball on my second machine. However, trying with
> > >
> > > make dist-bzip2
>
> > Does it work now?
>
> S
> What about in standard mode when I am writing text?
nearly all "mouse actions" can be done by keyboard action,
you just have to lern the keybindings or bind new functions for your usage.
>Can I use lyx as a non WYSIWYG editor?
you have to choose what you want. if you want vim-li editing, use v
> On 6.05.08, Pavel Sanda wrote:
> > > Normally, I can highlight text in a terminal and paste it with a
> > > middle-click. In LyX, usually I can get to it with Edit -> Paste Special.
> > > (I can copy-and-paste fine in my xterms.)
> > >
> > >
> On 29.07.08, Pavel Sanda wrote:
> > > On 6.05.08, Pavel Sanda wrote:
> > > > > Normally, I can highlight text in a terminal and paste it with a
> > > > > middle-click. In LyX, usually I can get to it with Edit -> Paste
> > > > >
> On 29.07.08, Pavel Sanda wrote:
> > >My last compile is from SVN 2008-07-25
>
> so, if your check-in is not later, this saves a lot of effort and
> bandwidth.
its from todays morning :)
> > > and compiling took several hours. A fresh attempt doday (on anot
> really didn't mean to cause such a drama everyone, sorry if I have
> offended anyone all I want is to come off the list. I will follow the
> traditional route and keep trying!
> Hope everyone has a good day!!!
Mellisa,
if the web instructions does not work for you, please send me one sample
o
> Any ideas?
plese put it in bugzilla and add the file demonstrating the problem.
pavel
> On Saturday 23 August 2008 06:40:32 am killermike wrote:
> > Steve Litt wrote:
> > > I have one book written in stone age LyX in 2001, using Dekl Tsur's color
> > > character style workaround. It's been upgraded to 1.4.2, and compiles on
> > > 1.4.2, but it doesn't compile on 1.5.x, and I dread g
> On Mon, Aug 25, 2008 at 02:09:29PM +0200, Andre Poenitz wrote:
> And, since the preamble is inserted before \usepackage{hyperref},
> this needs to be wrapped in \AtBeginDocument
is it possible to put all this into module? i would find it useful.
pavel
>
> I use LyX on windows XP.
>
> I have some text in a .txt file. When I select it and try to paste it into
> LyX nothing happens, but it works the other way around, any fix for this?
can you report whether this action helps in win environment? :
1. select something _inside_ lyx and copy it.
2.
>
> I'm trying to set up my keybindings so that when I enter a greek character,
> it inserts the greek character in math mode. I have my keyboard set up
> (with xmodmap) so that pressing Mode_switch-a generates "Greek_alpha",
> Mode_switch-b generates "Greek_beta", and so on. Then in my lyx keyb
> Hello,
> In Preferences I try to change color of inline completation.
> This option no work.
are you sure you have set both inline completion and non-unique inline
completion colors?
pavel
José Matos wrote:
> Public release of LyX version 1.6.0 (release candidate 2)
> =
what about putting it to website?
pavel
> I don't know if it is a known bug, but LyX 1.6-RC1 crashes whenever I try to
> copy a piece of text that contains ERT from one LyX document to another.
>
> Can anyone confirm this?
no, can you confirm it on rc2?
pavel
>>
>> On Aug 29, 2008, at 1:42 AM, Abdelrazak Younes wrote:
>>
>>> James Sutherland wrote:
Has anyone noticed that in 1.6rc1 using the tab key to skip through the
three fields in the eqnarray environment does not function properly?
Shift-Tab cycles in reverse as it has in the past, b
For convenience, I would suggest Ctrl-Tab for forward-cycling through
eqnarray fields
>>>
>>> Can't do that as Ctrl-Tab is reserved to document switching.
>>
>> btw it works for you? ctrl+tab makes no action here, athough the binding
>> is correct
>> and buffer-next lfun from comman
> > On Aug 29, 2008, at 7:43 AM, Pavel Sanda wrote:
> >
> >>>>>>
> >>>>>> For convenience, I would suggest Ctrl-Tab for forward-cycling through
> >>>>>> eqnarray fields
> >>>>>
> >>>>>
> On Aug 29, 2008, at 7:43 AM, Pavel Sanda wrote:
>
>>>>>>
>>>>>> For convenience, I would suggest Ctrl-Tab for forward-cycling through
>>>>>> eqnarray fields
>>>>>
>>>>> Can't do that as Ctrl-Tab i
> When I change background color (in the gui), it opens additional 'list of
> equations' and 'source' views.
this has nothing to do with colors, but with session handling.
i have observed on linux, that after instalation of new version,
the _second_ run pops up automatically both of the dialogs y
> On Fri, 29 Aug 2008, killermike wrote:
>
>> John Kane wrote:
>>> Nice article. I can refer to it when recommending LyX to people.
>
> Hi,
>
> Have you added a link to the article from the wiki page "Press about LyX"?
Christian, you are a bit late :)
http://www.lyx.org/PressAboutLyX
p
>
> On Aug 29, 2008, at 9:05 AM, James Sutherland wrote:
>
>> Every time I open the Math document in the Help menu, LyX 1.6rc1 crashes.
>> All of the other help documents open without any problem.
>>
>> This occurs on Mac. I haven't been able to check on other platforms. Can
>> anyone confirm
> On 3.09.08, Paul Johnson wrote:
>
> In Debian, latex-xft-fonts is "suggested". I agree that the more
> convincing "recommended" might be the better choice but there is no need
> to "require" latex-xft-fonts.
i don't know how debian has handled this, but note, that lyx is shiped with
bakoma fo
> hello,
> rc1 crash when I clicked Export > Plain text
can you post the minimal example of file, where this happens?
there is one known case when math macros are in use.
pavel
> no math used. no macros. only a text without any format.
> no titles, no footnotes, nothing. I wrote a text aimed to be exported to txt
> and then send by mail without html.
i was asking for some example file. your report is useless until there
is some way how to reproduce it.
pavel
> hello,
> On my system, opensuse 11.0 with kde, all dialog box are open in "full
> screen" mode, e.g., size of dialog box is same of entire screen, without
> option for change size.
> In rc1 this not happen.
> Is impossible work with search and replace with this behaviour.
can't reproduce (i
> > b) In early version of version control I have an option for check changes
> > one by one. I have not see it in 1.6.0 version.
>
> i'm not sure what you mean. are talking about version control or revision
> control? where this option resides in 1.5?
eh sorry, version control is the same as
> Paul A. Rubin wrote:
> > It is easy to embed a compiled image (PDF, JPG, PNG, EPS, ...) from a
> > suitable drawing/graphing program. I take it that's not what you want?
no, embedding is not possible now.
> Also, it is a pity lyx is not able t render tikz and xy-pic pictures.
http://wiki.
> On Tue, 9 Sep 2008, Zan wrote:
> I have thousands of pages to process. The first two volumes will be around
> 600 pages each. I will need to automate.
i think postscript is better parseable format for such a task.
pavel
> Hi there,
>
> I'd just like to report that LyX version 1.6rc2 repeatedly crashes when
> trying to open child documents from a master document by clicking in
> the toggle outline panel (see details from the Apple's crash reporter in
> the attached file).
if nobody answers best to put it into bugz
> Jürgen Spitzmüller wrote:
>> 2. consider using the LaTeX package csquotes from now on.
>
> Has LyX built-in support or csquotes (besides ERT)?
http://bugzilla.lyx.org/show_bug.cgi?id=1499
pavel
> Daniel Lohmann wrote:
>> LyX 1.5.5, Mac OSX 10.5.5
>> I found some nice AppleScripts
>
> There is no AppleScript support built into LyX, so, unfortunately, there is
> no chance for this to work.
>
> Maybe there are LFUNs to move around the application window, and something
> similar could be d
>These are also on the web somewhere, but I can't
> remember where.
menu help -> lyx functions.
pavel
> Hi mailing list admin,
>
> Just a minor request.
> As many other mailing lists, I think it would be handy if your listserver
> would insert [lyx] into the subject field.
> It would help me a lot in order to filter/sort/order my incoming mails much
> faster.
>
> why not?
this is already
> (I observed my watch a few times RC2 needed around 25-30 seconds from the
> moment I clicked the OK button of the inset-image-dialog, 1.5.0 needs
> certainly less than 5 seconds. No representative sample ;-)
ugh. is this waiting done by cpu usage or swapping?
i just nearly freezed my box from
> Well, I just saw something but I can't nail it! I mean, I would like to
you have to be faster :)
other option is to go to preferences dialog->editing->shortcuts->font,layouts
and textclasses
and find out that e.g. layout-Section is Alt+P 2
pavel
Christian Ridderström wrote:
> PS. Maybe the ability to see a log/history of the most recent commands
> could be useful. Do we have that possibility?
you mean lyx -dbg action ?
pavel
> Could someone give me a one-line example?
this is not possible with the current version of lyxclient,
however i fixed it for next releases.
pavel
> Pavel Sanda wrote:
>>> Could someone give me a one-line example?
>> this is not possible with the current version of lyxclient,
>> however i fixed it for next releases.
>
> Great, thanks a lot!!!
> Will (did?) that also go into the 1.5.x-series?
i can put it there if Juergen allows it.
pavel
> > i can put it there if Juergen allows it.
>
> is it just the oneliner here?
> http://www.lyx.org/trac/changeset/26586
yes.
> Could you give a brief explanation of the change?
cin >> string reads only one word, so you can enter only
lfun command without parameter. getline solves this.
pavel
> Pavel Sanda wrote:
> > cin >> string reads only one word, so you can enter only
> > lfun command without parameter. getline solves this.
>
> OK then.
done
pavel
> I don't think it can be an SP3 issue, because LyX was running perfectly
> earlier today. What am I overlooking?
have you been in fullscreen mode when setting this?
http://bugzilla.lyx.org/show_bug.cgi?id=5274
anyway the session info you are looking for deletion is under qt handling - on
linux
> I have problems with RC2 and RC3 when I work on imported files. I have
> heavy and frequent crashes indeed.
try to find a a recipy how to reproduce it, or send a backtrace if
you can.
pavel
> ~
> the thing is that as I read online in order to install qt 4 you need
> libqt4-core and then to install libqt4-core you need ... so you will
> be dealing with an apparently endless dependency
> ~
> There should be a way to deal with this, right? What is it?
isn't this the job of your linux
> On Saturday 18 October 2008 07:38:24 pm Pavel Sanda wrote:
> If you were thinking of upgrading to the latest version of your distro, this
> would be an excellent time to do so. I had horrid problems compiling 1.5.x on
> Mandriva 2007, but on Mandriva 2008 it compiled effortle
> Pavel Sanda wrote:
>>> On Saturday 18 October 2008 07:38:24 pm Pavel Sanda wrote:
>>> If you were thinking of upgrading to the latest version of your distro,
>>> this would be an excellent time to do so. I had horrid problems compiling
>>> 1.5.x on
> > Pavel Sanda wrote:
> ahh i missed that its knoppix. maybe its time to start thinking about
> knoppix-based
> CD with texlive & lyx 1.6 so people can use live system with lyx without
> any install needs...
just found that dvd-based knoppix 5.3.1 already has texlive 2007 & lyx 1.5.3
pavel
> Jon Bendtsen wrote:
>> Hi
>>
>> i have a report class document. And i want to change the marin only in the
>> appendix. The top and button margin to have more on the pages.
>>
> Look at the manual for the geometry package.
btw is there some way how this package could be used for switching paper
>> btw is there some way how this package could be used for switching paper
>> orientation for individual pages or from the curent position along? i see
>> only preamble switches in the manul...
>> i'm regularly facing the problem of mixing portrait/landscape child
>> documents and
>> its bit tou
> Manveru wrote:
>> There is a possibility that was not really you. But coincidence of
>> addresses used by someone else to spam bugzilla.
>>
>>
> That's the most likely thing: Someone else's computer is infected, and it's
> using Johannes's email address as the from and just spamming everythin
> On Wed, Nov 05, 2008, Pavel Sanda wrote:
>
> > i just tried to search out that old case and i found the name is OK now!
> > so i
> > made new experiment in http://bugzilla.lyx.org/show_bug.cgi?id=5429 in
> > comment
> > 6 and my name was changed in
> Basically, yeah. This was a feature bandied about perhaps two years ago
more exactly this feature was some time part of lyx 1.6 and called
'embedding feature' or 'bundled format', unfortunately the discussions
about its design and implementation was so heated that we nearly lost
two of core dev
> could not load splash screen: '/usr/share/lyx/./images/banner.png'
this looks like wrong instalation. what distro do you use, how did you install
lyx, whats the output of ls -l /usr/share/lyx/images/banner.png ?
> convert: unable to open image
> `png:/tmp/lyx_tmpdir8697x4VFgc/gconvert086971dmYl
> could not load splash screen: '/usr/share/lyx/./images/banner.png'
this looks like wrong instalation. what distro do you use, how did you install
lyx, whats the output of ls -l /usr/share/lyx/images/banner.png ?
> convert: unable to open image
> `png:/tmp/lyx_tmpdir8697x4VFgc/gconvert086971dmYl
> PPS: I cut a few smileys from the mail to avoid the embarassing ranking
> in the 1.7 smiley-per-mail statistics.
feel free to uncover yourself, users list is not evaluated...
pavel
> On Tue, Nov 18, 2008 at 11:43:34PM +0100, Pavel Sanda wrote:
> > > PPS: I cut a few smileys from the mail to avoid the embarassing ranking
> > > in the 1.7 smiley-per-mail statistics.
> >
> > feel free to uncover yourself, users list is not evaluated...
> P.S. Should I also report this bug somewhere on CTAN where the packages
> reside?
> I can't figure out for the love of God where I can sign up for a user account
> on
> the Koma Script website, though my German is good enough. It only lets
> _existing_ users log in or renew passwords though!
>
> *.png test file there and tied to preview the PDF but got an error message
> about not being able to determine the bounding box. I put my own width
> and height into the dialog box but got the same error message.
this usually won't happen. maybe something strange with that png file or
the tex
> From Bibtex point of view and proper title generation in Bibliography
> this entry should be more like this:
>
> @misc{ wiki:xxx,
> author = "Wikipedia",
> title = "Ly{X} --- {W}ikipedia{,} {T}he {F}ree {E}ncyclopedia",
> year = "2008",
> url = "\url{http://en.wikipedia.org/w/index.php?t
> Hi,
>
> I want to refernce LyX in a paper I'm writing, do you have a bibliographic
> reference ?
i just looked into some paper in PLoS and bibliographical entry was like this:
"Bugzilla. Available: http://www.bugzilla.org. Accessed 10 July 2006."
(
http://www.ploscompbiol.org/article/info:doi
> And I'd guess you can do it in LaTeX, though I do not know.
yes you can, guidance for latex macros is even part of the ISO standard for Z
syntax.
pavel
> * ERROR: app-text/texlive-core-2008-r4 failed.
> * Call stack:
> * ebuild.sh, line 49: Called src_install
> * environment, line 3006: Called einstall
> 'bindir=/var/tmp/portage/app-text/texlive-core-2008-r4/image//usr/bin'
> 'texmf=/var/tmp/portage/app-text/tex
> Am Fri, 05 Dec 2008 14:03:18 +0100
> schrieb Jean-Marc Lasgouttes <[EMAIL PROTECTED]>:
>
> > "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes:
> > > Integrated mainboard 865G chipset with Pentium IV 2.8 GHZ and 1024
> > > RAM.
> >
> > And did you enable the 3D desktop effects?
> >
> > JMarc
>
>
> Richard Heck <[EMAIL PROTECTED]> writes:
> > This is a long-standing desire, for "round trip" LaTeX editing, or the
> > ability to edit directly in the View>Source pane. Unfortunately, LyX's
> > own internal format isn't LaTeX, and the tex2lyx importer isn't ready
> > for this kind of thing.
>
> ok, i think i figured this out. i needed to install more miktex packages. it
> runs now.
> but the version management does not work at all. i see it complain that some
> ci tool is returning an error. there is no ci tool installed at all, so im
> not surprised.
>
> it does not appear in the cygw
> On Fri, 5 Dec 2008 21:39:15 + (UTC)
> baseliner <[EMAIL PROTECTED]> wrote:
>
> > James Sutherland <[EMAIL PROTECTED]> writes:
> >
> > >
> > > Right-click and then choose "Greyed Out". This will show up in the
> > > output.
> >
> > Yeah, as I mentioned in my post, greyed out is too passi
> Pavel Sanda wrote:
>
>> ci is a part of rcs. another possibility is subversion.
>> whether there is a possibility to run those creatures under
>> cygwin/windows i haven't slightest clue.
>
> Subversion (both server and client) is available for Win XP and highe
> Pavel Sanda wrote:
>>> Pavel Sanda wrote:
>>>
>>>> ci is a part of rcs. another possibility is subversion.
>>>> whether there is a possibility to run those creatures under
>>>> cygwin/windows i haven't slightest clue.
>>>
> On Mon, Dec 08, 2008 at 08:37:51AM +0100, Abdelrazak Younes wrote:
> >> Pavel Sanda updating the VCS stuff for 1.6 so that it will use cvs,
> >> svn, or git.
> >
> > I don't think Pavel put git support in... But I seem to remember he has
> > it on
> Pavel Sanda wrote:
>>> I would think so. The main git repo could be easily hosted in a number of
>>> locations.
>> whats the improvement over svn?
>
> Cloning a git repository is as easy as a snap and we wouldn't need to
> maintain an svn server that
701 - 800 of 1087 matches
Mail list logo