Re: cvs vs svn... (Re: SOURCES: ghostscript-afpl-am.patch (NEW),

2005-09-14 Thread Paweł Sakowski
On Fri, 2005-09-09 at 17:19 +0200, Andrzej Krzysztofowicz wrote: > /me would like also to do sth like: > > rsync -a some-rsync-pld-server::cvs/SPECS > > (and minimizing network activity while doing this, of course) According to the docs, you can safely (and efficiently) rsync fsfs-based svn repo

Re: cvs vs svn... (Re: SOURCES: ghostscript-afpl-am.patch (NEW), ghostscript-afpl-ijs_pkg...)

2005-09-11 Thread Jakub Piotr Cłapa
Jan Rekorajski wrote: > On Sat, 10 Sep 2005, Arkadiusz Miskiewicz wrote: > >>On Saturday 10 of September 2005 12:48, Jan Rekorajski wrote: >> >>>On Fri, 09 Sep 2005, Arkadiusz Miskiewicz wrote: >>> svn: see how creating diff between release and branch of kdebase package is: svn diff svn://

Re: cvs vs svn... (Re: SOURCES: ghostscript-afpl-am.patch (NEW), ghostscript-afpl-ijs_pkg...)

2005-09-10 Thread Tomasz Pala
On Sat, Sep 10, 2005 at 11:31:35 +0200, Arkadiusz Miskiewicz wrote: > I dont care what you want. Your help in developing PLD is marginal. Indeed, thanks to people like you. I'm tired of 'hey, who has broken mysql today?' > No, read again. Scripts needs to be written the same way as for cvs. svn

Re: cvs vs svn... (Re: SOURCES: ghostscript-afpl-am.patch (NEW), ghostscript-afpl-ijs_pkg...)

2005-09-10 Thread Jan Rekorajski
On Sat, 10 Sep 2005, Arkadiusz Miskiewicz wrote: > On Saturday 10 of September 2005 12:48, Jan Rekorajski wrote: > > On Fri, 09 Sep 2005, Arkadiusz Miskiewicz wrote: > > > svn: see how creating diff between release and branch of kdebase package > > > is: svn diff svn://anonsvn.kde.org/home/kde/tag

Re: cvs vs svn... (Re: SOURCES: ghostscript-afpl-am.patch (NEW), ghostscript-afpl-ijs_pkg...)

2005-09-10 Thread Arkadiusz Miskiewicz
On Saturday 10 of September 2005 12:48, Jan Rekorajski wrote: > On Fri, 09 Sep 2005, Arkadiusz Miskiewicz wrote: > > svn: see how creating diff between release and branch of kdebase package > > is: svn diff svn://anonsvn.kde.org/home/kde/tags/KDE/3.4.2/kdebase \ > > svn://anonsvn.kde.org/home/kde/b

Re: cvs vs svn... (Re: SOURCES: ghostscript-afpl-am.patch (NEW), ghostscript-afpl-ijs_pkg...)

2005-09-10 Thread Arkadiusz Miskiewicz
On Saturday 10 of September 2005 12:42, Jan Rekorajski wrote: > On Sat, 10 Sep 2005, Arkadiusz Miskiewicz wrote: > > And so what? For merging rpm from head to ac-branch you need to review > > spec and _all_ patches. spec + patches is like sources, no difference. > > And svn changes _nothing_ here,

Re: cvs vs svn... (Re: SOURCES: ghostscript-afpl-am.patch (NEW), ghostscript-afpl-ijs_pkg...)

2005-09-10 Thread Elan Ruusamäe
On Saturday 10 September 2005 13:48, Jan Rekorajski wrote: > Side note about command line - it's what pisses me the most in svn, the > requirement to type whole long URLs. I don't need to know them, it's the > scm job to remember root dir for a repository/module. > With cvs I just do 'cvs up -r TAG

Re: cvs vs svn... (Re: SOURCES: ghostscript-afpl-am.patch (NEW), ghostscript-afpl-ijs_pkg...)

2005-09-10 Thread Jan Rekorajski
On Fri, 09 Sep 2005, Arkadiusz Miskiewicz wrote: > svn: see how creating diff between release and branch of kdebase package is: > svn diff svn://anonsvn.kde.org/home/kde/tags/KDE/3.4.2/kdebase \ > svn://anonsvn.kde.org/home/kde/branches/KDE/3.4/kdebase \ > > kdebase-branch.diff > _without_ having

Re: cvs vs svn... (Re: SOURCES: ghostscript-afpl-am.patch (NEW), ghostscript-afpl-ijs_pkg...)

2005-09-10 Thread Jan Rekorajski
On Sat, 10 Sep 2005, Arkadiusz Miskiewicz wrote: > And so what? For merging rpm from head to ac-branch you need to review spec > and _all_ patches. spec + patches is like sources, no difference. And svn changes _nothing_ here, I still would have to review all the patches regardless of scm :/ SV

Re: cvs vs svn... (Re: SOURCES: ghostscript-afpl-am.patch (NEW), ghostscript-afpl-ijs_pkg...)

2005-09-10 Thread Arkadiusz Miskiewicz
On Saturday 10 of September 2005 02:59, Tomasz Pala wrote: > On Fri, Sep 09, 2005 at 23:28:32 +0200, Arkadiusz Miskiewicz wrote: > > Do you know that here you are not talking about cvs vs svn but about how > > we want to organise repository layout? > > We don't. rpmbuild uses flat structure and so

Re: cvs vs svn... (Re: SOURCES: ghostscript-afpl-am.patch (NEW), ghostscript-afpl-ijs_pkg...)

2005-09-09 Thread Tomasz Pala
On Fri, Sep 09, 2005 at 23:28:32 +0200, Arkadiusz Miskiewicz wrote: > Do you know that here you are not talking about cvs vs svn but about how we > want to organise repository layout? We don't. rpmbuild uses flat structure and so I want the repos. > rpmbuild -bb --define _topdir somewhere > >

Re: cvs vs svn... (Re: SOURCES: ghostscript-afpl-am.patch (NEW), ghostscript-afpl-ijs_pkg...)

2005-09-09 Thread Tomasz Pala
On Sat, Sep 10, 2005 at 00:02:45 +0200, Paweł Sakowski wrote: > Untrue. rpm uses macros. The way the macros are currently defined uses > SPECS/SOURCES subdirs. A quick-and-unperfect %(pwd) in the appropriate > place would make it: > > svn co .../foo;cd foo;rpmbuild foo.spec OK, easily aliased.

Re: cvs vs svn... (Re: SOURCES: ghostscript-afpl-am.patch (NEW), ghostscript-afpl-ijs_pkg...)

2005-09-09 Thread Paweł Sakowski
On Fri, 2005-09-09 at 23:28 +0200, Arkadiusz Miskiewicz wrote: > > 6. access to deleted TAGS > > cvs:none > > svn:is > > > > who needs it anyway (OK, you need this in DEVEL example, I don't) > There is HEAD and AC-branch on some package (multiple files). You do merge to > head and

Re: cvs vs svn... (Re: SOURCES: ghostscript-afpl-am.patch (NEW), ghostscript-afpl-ijs_pkg...)

2005-09-09 Thread Paweł Sakowski
On Fri, 2005-09-09 at 22:48 +0200, Tomasz Pala wrote: > 1. building a package from given branch: > cvs: ./builder -bb -R foo bar or ./builder -g and rpmbuild -bb > svn: !? rpm uses SPECS/SOURCES subdirs,[...] Untrue. rpm uses macros. The way the macros are currently defined uses SPECS/SOURCES su

Re: cvs vs svn... (Re: SOURCES: ghostscript-afpl-am.patch (NEW), ghostscript-afpl-ijs_pkg...)

2005-09-09 Thread Arkadiusz Miskiewicz
On Friday 09 of September 2005 22:48, Tomasz Pala wrote: > The difference is this scripts gets a dozen of files in a dozen > requests and one has to do 2 cvs ups. > A future script will get 10k specs with 10k svn requests, and how > many updates would require? (see p. 3) Do you know that here you

Re: cvs vs svn... (Re: SOURCES: ghostscript-afpl-am.patch (NEW), ghostscript-afpl-ijs_pkg...)

2005-09-09 Thread Tomasz Pala
On Fri, Sep 09, 2005 at 17:32:08 +0100, wrobell wrote: > > cvs up builder > > sh builder -g foo.spec > > > > (there IS working builder). > > and when we are talking about skipping rpm/{SPECS,SOURCES} > structure for svn repo, then we are forbidden to use scripts :) The difference is this script

Re: cvs vs svn... (Re: SOURCES: ghostscript-afpl-am.patch (NEW), ghostscript-afpl-ijs_pkg...)

2005-09-09 Thread robert j. wozny
[EMAIL PROTECTED] (wrobell): >> > Yeah, then show me how to fetch single app with spec + patches using >> > command >> > line - cvs and sh only. >> cvs up builder >> sh builder -g foo.spec >> (there IS working builder). > and when we are talking about skipping rpm/{SPECS,SOURCES} > structure for

Re: cvs vs svn... (Re: SOURCES: ghostscript-afpl-am.patch (NEW), ghostscript-afpl-ijs_pkg...)

2005-09-09 Thread wrobell
On Fri, 2005-09-09 at 18:05 +0200, Tomasz Pala wrote: > On Fri, Sep 09, 2005 at 00:27:58 +0200, Arkadiusz Miskiewicz wrote: > > > Yeah, then show me how to fetch single app with spec + patches using > > command > > line - cvs and sh only. > > cvs up builder > sh builder -g foo.spec > > (there

Re: cvs vs svn... (Re: SOURCES: ghostscript-afpl-am.patch (NEW), ghostscript-afpl-ijs_pkg...)

2005-09-09 Thread Tomasz Pala
On Fri, Sep 09, 2005 at 00:27:58 +0200, Arkadiusz Miskiewicz wrote: > Yeah, then show me how to fetch single app with spec + patches using command > line - cvs and sh only. cvs up builder sh builder -g foo.spec (there IS working builder). -- GoTaR gotar>http://vfmg.sourceforge.net/

Re: cvs vs svn... (Re: SOURCES: ghostscript-afpl-am.patch (NEW),

2005-09-09 Thread wrobell
On Fri, 2005-09-09 at 17:57 +0200, Arkadiusz Miskiewicz wrote: > On Friday 09 of September 2005 17:19, Andrzej Krzysztofowicz wrote: > > > > How would I make "cvs up SPECS" (without getting any SOURCES) then? > > > > /me would like also to do sth like: > > > > rsync -a some-rsync-pld-server::cvs/S

Re: cvs vs svn... (Re: SOURCES: ghostscript-afpl-am.patch (NEW),

2005-09-09 Thread Arkadiusz Miskiewicz
On Friday 09 of September 2005 17:19, Andrzej Krzysztofowicz wrote: > > How would I make "cvs up SPECS" (without getting any SOURCES) then? > > /me would like also to do sth like: > > rsync -a some-rsync-pld-server::cvs/SPECS > > (and minimizing network activity while doing this, of course) Do yo

Re: cvs vs svn... (Re: SOURCES: ghostscript-afpl-am.patch (NEW),

2005-09-09 Thread Andrzej Krzysztofowicz
Jakub Bogusz wrote: > > On Tue, Sep 06, 2005 at 08:29:06PM +0200, Paweł Sakowski wrote: > > On Tue, 2005-09-06 at 19:27 +0200, Jan Rekorajski wrote: > > > At the cost of keeping ALL tags/branches locally. You're joking. > > > > > > [EMAIL PROTECTED] rpm]$ du -hs SOURCES SPECS > > > 959MSOURC

Re: cvs vs svn... (Re: SOURCES: ghostscript-afpl-am.patch (NEW), ghostscript-afpl-ijs_pkg...)

2005-09-09 Thread Arkadiusz Miskiewicz
On Friday 09 of September 2005 12:58, Jakub Bogusz wrote: > > Yeah, then show me how to fetch single app with spec + patches using > > command line - cvs and sh only. > > You won't do it using svn too (unless tarballs are stored in svn > instead of distfiles, but I assume we don't want it). I didn

Re: cvs vs svn... (Re: SOURCES: ghostscript-afpl-am.patch (NEW), ghostscript-afpl-ijs_pkg...)

2005-09-09 Thread Jakub Bogusz
On Fri, Sep 09, 2005 at 12:27:58AM +0200, Arkadiusz Miskiewicz wrote: > On Thursday 08 of September 2005 23:10, Jan Rekorajski wrote: > > > > for pkg in `svn ls http://.../packages/`; do > > > do whatever you need > > > done > > > > Bzzt, argument line too long... > > Try again ;> > Yeah, then s

Re: cvs vs svn... (Re: SOURCES: ghostscript-afpl-am.patch (NEW), ghostscript-afpl-ijs_pkg...)

2005-09-09 Thread Michal Moskal
On 9/9/05, Michal Kochanowicz <[EMAIL PROTECTED]> wrote: > On Fri, Sep 09, 2005 at 09:14:34AM +0200, Michal Moskal wrote: > > > Bzzt, argument line too long... > > > Try again ;> > > > > Bzzzt, try another shell: > > > > zsh: > > [EMAIL PROTECTED] SPECS-all]$ ls * > > zsh: argument list too long: l

Re: cvs vs svn... (Re: SOURCES: ghostscript-afpl-am.patch (NEW), ghostscript-afpl-ijs_pkg...)

2005-09-09 Thread Michal Kochanowicz
On Fri, Sep 09, 2005 at 09:14:34AM +0200, Michal Moskal wrote: > > Bzzt, argument line too long... > > Try again ;> > > Bzzzt, try another shell: > > zsh: > [EMAIL PROTECTED] SPECS-all]$ ls * > zsh: argument list too long: ls > [EMAIL PROTECTED] SPECS-all]$ foreach f in `ls` ; do echo $f > /dev/n

Re: cvs vs svn... (Re: SOURCES: ghostscript-afpl-am.patch (NEW), ghostscript-afpl-ijs_pkg...)

2005-09-09 Thread Michal Moskal
On 9/8/05, Jan Rekorajski <[EMAIL PROTECTED]> wrote: > On Thu, 08 Sep 2005, Arkadiusz Miskiewicz wrote: > > > On Thursday 08 of September 2005 20:27, Jakub Bogusz wrote: > > > On Tue, Sep 06, 2005 at 08:29:06PM +0200, Paweł Sakowski wrote: > > > > On Tue, 2005-09-06 at 19:27 +0200, Jan Rekorajski

Re: cvs vs svn... (Re: SOURCES: ghostscript-afpl-am.patch (NEW), ghostscript-afpl-ijs_pkg...)

2005-09-08 Thread Arkadiusz Miskiewicz
On Thursday 08 of September 2005 23:10, Jan Rekorajski wrote: > > for pkg in `svn ls http://.../packages/`; do > > do whatever you need > > done > > Bzzt, argument line too long... > Try again ;> Yeah, then show me how to fetch single app with spec + patches using command line - cvs and sh on

Re: cvs vs svn... (Re: SOURCES: ghostscript-afpl-am.patch (NEW), ghostscript-afpl-ijs_pkg...)

2005-09-08 Thread Jan Rekorajski
On Thu, 08 Sep 2005, Arkadiusz Miskiewicz wrote: > On Thursday 08 of September 2005 20:27, Jakub Bogusz wrote: > > On Tue, Sep 06, 2005 at 08:29:06PM +0200, Paweł Sakowski wrote: > > > On Tue, 2005-09-06 at 19:27 +0200, Jan Rekorajski wrote: > > > > At the cost of keeping ALL tags/branches locally

Re: cvs vs svn... (Re: SOURCES: ghostscript-afpl-am.patch (NEW), ghostscript-afpl-ijs_pkg...)

2005-09-08 Thread Arkadiusz Miskiewicz
On Thursday 08 of September 2005 20:27, Jakub Bogusz wrote: > On Tue, Sep 06, 2005 at 08:29:06PM +0200, Paweł Sakowski wrote: > > On Tue, 2005-09-06 at 19:27 +0200, Jan Rekorajski wrote: > > > At the cost of keeping ALL tags/branches locally. You're joking. > > > > > > [EMAIL PROTECTED] rpm]$ du -h

Re: cvs vs svn... (Re: SOURCES: ghostscript-afpl-am.patch (NEW), ghostscript-afpl-ijs_pkg...)

2005-09-08 Thread Jakub Bogusz
On Tue, Sep 06, 2005 at 08:29:06PM +0200, Paweł Sakowski wrote: > On Tue, 2005-09-06 at 19:27 +0200, Jan Rekorajski wrote: > > At the cost of keeping ALL tags/branches locally. You're joking. > > > > [EMAIL PROTECTED] rpm]$ du -hs SOURCES SPECS > > 959MSOURCES > > 63M SPECS > > Obviously

Re: cvs vs svn... (Re: SOURCES: ghostscript-afpl-am.patch (NEW), ghostscript-afpl-ijs_pkg...)

2005-09-08 Thread Michal Moskal
On 9/6/05, Jan Rekorajski <[EMAIL PROTECTED]> wrote: > On Tue, 06 Sep 2005, wrobell wrote: > > > On Tue, 2005-09-06 at 18:46 +0200, Michal Kochanowicz wrote: > > > On Tue, Sep 06, 2005 at 05:32:50PM +0100, wrobell wrote: > > > > let's start new war... > > > > > > > > what about moving repo to svn?

Re: cvs vs svn... (Re: SOURCES: ghostscript-afpl-am.patch (NEW), ghostscript-afpl-ijs_pkg...)

2005-09-08 Thread wrobell
On Thu, 2005-09-08 at 01:53 +0200, Jan Rekorajski wrote: > On Wed, 07 Sep 2005, wrobell wrote: > > > On Wed, 2005-09-07 at 11:03 +0200, Jan Rekorajski wrote: > > > Example: http://svn.pld-linux.org/svn/rc-scripts > > > I want to keep only trunk, branches and _some_ tags, tell me how to do > > > it

Re: cvs vs svn... (Re: SOURCES: ghostscript-afpl-am.patch (NEW), ghostscript-afpl-ijs_pkg...)

2005-09-07 Thread Jan Rekorajski
On Wed, 07 Sep 2005, wrobell wrote: > On Wed, 2005-09-07 at 11:03 +0200, Jan Rekorajski wrote: > > Example: http://svn.pld-linux.org/svn/rc-scripts > > I want to keep only trunk, branches and _some_ tags, tell me how to do > > it, and how to prevent svn up from getting all tags. > > svn up trunk?

Re: cvs vs svn... (Re: SOURCES: ghostscript-afpl-am.patch (NEW), ghostscript-afpl-ijs_pkg...)

2005-09-07 Thread wrobell
On Wed, 2005-09-07 at 16:51 +0200, Tomasz Pala wrote: > On Wed, Sep 07, 2005 at 10:20:54AM +0100, wrobell wrote: > > > > svn gives us some advantages. disadvantages? any real, which makes life > > really painful? > > How to resolve conflict? I've got a situation: > > ~: vi blabla > ~: svn ci bla

Re: cvs vs svn... (Re: SOURCES: ghostscript-afpl-am.patch (NEW), ghostscript-afpl-ijs_pkg...)

2005-09-07 Thread wrobell
On Wed, 2005-09-07 at 16:51 +0200, Tomasz Pala wrote: > On Wed, Sep 07, 2005 at 10:20:54AM +0100, wrobell wrote: > > > > svn gives us some advantages. disadvantages? any real, which makes life > > really painful? > > How to resolve conflict? I've got a situation: > > ~: vi blabla > ~: svn ci bla

Re: cvs vs svn... (Re: SOURCES: ghostscript-afpl-am.patch (NEW), ghostscript-afpl-ijs_pkg...)

2005-09-07 Thread Tomasz Pala
On Wed, Sep 07, 2005 at 10:20:54AM +0100, wrobell wrote: > > svn gives us some advantages. disadvantages? any real, which makes life > really painful? How to resolve conflict? I've got a situation: ~: vi blabla ~: svn ci blabla snv reports conflict here [fixing it manually] ~: svn ci blabla svn

Re: cvs vs svn... (Re: SOURCES: ghostscript-afpl-am.patch (NEW), ghostscript-afpl-ijs_pkg...)

2005-09-07 Thread Paweł Sakowski
On Wed, 2005-09-07 at 11:30 +0200, Arkadiusz Miskiewicz wrote: > On Wednesday 07 of September 2005 11:20, wrobell wrote: > > > i think (let's skip svn for now), we need: > > - atomic commit (so we can commit patches and specs with one move > > and revert it easily later if there is a need) > - e

Re: cvs vs svn... (Re: SOURCES: ghostscript-afpl-am.patch (NEW), ghostscript-afpl-ijs_pkg...)

2005-09-07 Thread Paweł Sakowski
On Wed, 2005-09-07 at 11:03 +0200, Jan Rekorajski wrote: > > you do _not_ have to keep _all_ tags/branches locally. > > Really? How? > Example: http://svn.pld-linux.org/svn/rc-scripts > I want to keep only trunk, branches and _some_ tags, tell me how to do > it, and how to prevent svn up from gett

Re: cvs vs svn... (Re: SOURCES: ghostscript-afpl-am.patch (NEW), ghostscript-afpl-ijs_pkg...)

2005-09-07 Thread Arkadiusz Miskiewicz
On Wednesday 07 of September 2005 11:20, wrobell wrote: > i think (let's skip svn for now), we need: > - atomic commit (so we can commit patches and specs with one move > and revert it easily later if there is a need) - easier work on branches without messing the way it recently happened with s

Re: cvs vs svn... (Re: SOURCES: ghostscript-afpl-am.patch (NEW), ghostscript-afpl-ijs_pkg...)

2005-09-07 Thread wrobell
On Wed, 2005-09-07 at 11:03 +0200, Jan Rekorajski wrote: > On Wed, 07 Sep 2005, wrobell wrote: > > > On Tue, 2005-09-06 at 19:27 +0200, Jan Rekorajski wrote: > > > On Tue, 06 Sep 2005, wrobell wrote: > > > > > > > On Tue, 2005-09-06 at 18:46 +0200, Michal Kochanowicz wrote: > > > > > On Tue, Sep

Re: cvs vs svn... (Re: SOURCES: ghostscript-afpl-am.patch (NEW), ghostscript-afpl-ijs_pkg...)

2005-09-07 Thread Jan Rekorajski
On Wed, 07 Sep 2005, wrobell wrote: > On Tue, 2005-09-06 at 19:27 +0200, Jan Rekorajski wrote: > > On Tue, 06 Sep 2005, wrobell wrote: > > > > > On Tue, 2005-09-06 at 18:46 +0200, Michal Kochanowicz wrote: > > > > On Tue, Sep 06, 2005 at 05:32:50PM +0100, wrobell wrote: > > > > > let's start new

Re: cvs vs svn... (Re: SOURCES: ghostscript-afpl-am.patch (NEW), ghostscript-afpl-ijs_pkg...)

2005-09-07 Thread wrobell
On Tue, 2005-09-06 at 19:27 +0200, Jan Rekorajski wrote: > On Tue, 06 Sep 2005, wrobell wrote: > > > On Tue, 2005-09-06 at 18:46 +0200, Michal Kochanowicz wrote: > > > On Tue, Sep 06, 2005 at 05:32:50PM +0100, wrobell wrote: > > > > let's start new war... > > > > > > > > what about moving repo to

Re: cvs vs svn... (Re: SOURCES: ghostscript-afpl-am.patch (NEW), ghostscript-afpl-ijs_pkg...)

2005-09-07 Thread wrobell
On Tue, 2005-09-06 at 20:30 +0200, Paweł Gołaszewski wrote: > On Tue, 6 Sep 2005, wrobell wrote: > > > Author: djurban Date: Tue Sep 6 16:24:57 2005 GMT > > > Module: SOURCES Tag: HEAD > > > Log message: > > > - from ghostscript.spec's HEAD > > > - l

Re: cvs vs svn... (Re: SOURCES: ghostscript-afpl-am.patch (NEW), ghostscript-afpl-ijs_pkg...)

2005-09-06 Thread Jakub Piotr Cłapa
Paweł Sakowski wrote: > On Tue, 2005-09-06 at 19:27 +0200, Jan Rekorajski wrote: > >>At the cost of keeping ALL tags/branches locally. You're joking. >> >>[EMAIL PROTECTED] rpm]$ du -hs SOURCES SPECS >>959MSOURCES >>63M SPECS > > > Obviously svn makes no sense with such file organizatio

Re: cvs vs svn... (Re: SOURCES: ghostscript-afpl-am.patch (NEW), ghostscript-afpl-ijs_pkg...)

2005-09-06 Thread Paweł Gołaszewski
On Tue, 6 Sep 2005, wrobell wrote: > > Author: djurban Date: Tue Sep 6 16:24:57 2005 GMT > > Module: SOURCES Tag: HEAD > > Log message: > > - from ghostscript.spec's HEAD > > - lost the logs, but i dont have time to mail the commands for all > > t

Re: cvs vs svn... (Re: SOURCES: ghostscript-afpl-am.patch (NEW), ghostscript-afpl-ijs_pkg...)

2005-09-06 Thread Paweł Sakowski
On Tue, 2005-09-06 at 19:27 +0200, Jan Rekorajski wrote: > At the cost of keeping ALL tags/branches locally. You're joking. > > [EMAIL PROTECTED] rpm]$ du -hs SOURCES SPECS > 959MSOURCES > 63M SPECS Obviously svn makes no sense with such file organization (in two directories). To allow r

Re: cvs vs svn... (Re: SOURCES: ghostscript-afpl-am.patch (NEW), ghostscript-afpl-ijs_pkg...)

2005-09-06 Thread Adam Gołębiowski
On Tue, Sep 06, 2005 at 06:07:00PM +0100, wrobell wrote: > On Tue, 2005-09-06 at 18:46 +0200, Michal Kochanowicz wrote: > > On Tue, Sep 06, 2005 at 05:32:50PM +0100, wrobell wrote: > > > let's start new war... > > > > > > what about moving repo to svn? > > > > Any reasons? SVN sucks a big one. >

Re: cvs vs svn... (Re: SOURCES: ghostscript-afpl-am.patch (NEW), ghostscript-afpl-ijs_pkg...)

2005-09-06 Thread Jan Rekorajski
On Tue, 06 Sep 2005, wrobell wrote: > On Tue, 2005-09-06 at 18:46 +0200, Michal Kochanowicz wrote: > > On Tue, Sep 06, 2005 at 05:32:50PM +0100, wrobell wrote: > > > let's start new war... > > > > > > what about moving repo to svn? > > > > Any reasons? SVN sucks a big one. > > svn diff without

Re: cvs vs svn... (Re: SOURCES: ghostscript-afpl-am.patch (NEW), ghostscript-afpl-ijs_pkg...)

2005-09-06 Thread Bartosz Taudul
On Tue, Sep 06, 2005 at 05:32:50PM +0100, wrobell wrote: > what about moving repo to svn? No. wolf -- Bartek . - Diamagnetyki, cóż to za stwory? Taudul : .: w o l f @ p l d - l i n u x . o r g.:.

Re: cvs vs svn... (Re: SOURCES: ghostscript-afpl-am.patch (NEW), ghostscript-afpl-ijs_pkg...)

2005-09-06 Thread wrobell
On Tue, 2005-09-06 at 18:46 +0200, Michal Kochanowicz wrote: > On Tue, Sep 06, 2005 at 05:32:50PM +0100, wrobell wrote: > > let's start new war... > > > > what about moving repo to svn? > > Any reasons? SVN sucks a big one. svn diff without performing connection to remote server. i think that c

Re: cvs vs svn... (Re: SOURCES: ghostscript-afpl-am.patch (NEW), ghostscript-afpl-ijs_pkg...)

2005-09-06 Thread Adam Gołębiowski
On Tue, Sep 06, 2005 at 05:32:50PM +0100, wrobell wrote: > On Tue, 2005-09-06 at 18:24 +0200, djurban wrote: > > Author: djurban Date: Tue Sep 6 16:24:57 2005 GMT > > Module: SOURCES Tag: HEAD > > Log message: > > - from ghostscript.spec's HEAD > > -

Re: cvs vs svn... (Re: SOURCES: ghostscript-afpl-am.patch (NEW), ghostscript-afpl-ijs_pkg...)

2005-09-06 Thread Jan Rekorajski
On Tue, 06 Sep 2005, wrobell wrote: > On Tue, 2005-09-06 at 18:24 +0200, djurban wrote: > > Author: djurban Date: Tue Sep 6 16:24:57 2005 GMT > > Module: SOURCES Tag: HEAD > > Log message: > > - from ghostscript.spec's HEAD > > - lost the logs, but

Re: cvs vs svn... (Re: SOURCES: ghostscript-afpl-am.patch (NEW), ghostscript-afpl-ijs_pkg...)

2005-09-06 Thread Michal Kochanowicz
On Tue, Sep 06, 2005 at 05:32:50PM +0100, wrobell wrote: > let's start new war... > > what about moving repo to svn? Any reasons? SVN sucks a big one. -- --= Michal Kochanowicz =--==--==BOFH==--==--= [EMAIL PROTECTED] =-- --= finger me for PGP public key or visit http://michal.waw.pl/PGP =-- --

cvs vs svn... (Re: SOURCES: ghostscript-afpl-am.patch (NEW), ghostscript-afpl-ijs_pkg...)

2005-09-06 Thread wrobell
On Tue, 2005-09-06 at 18:24 +0200, djurban wrote: > Author: djurban Date: Tue Sep 6 16:24:57 2005 GMT > Module: SOURCES Tag: HEAD > Log message: > - from ghostscript.spec's HEAD > - lost the logs, but i dont have time to mail the commands for all tho