[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Autoexpanding ZIP archives?

From: Michael Sinz <Michael.Sinz_at_sinz.org>
Date: 2005-12-08 18:59:18 CET

On 12/8/05, André Pönitz <andre@wasy.de> wrote:
> John Peacock wrote:
[...]
> > If you, on the other hand, are
> > storing *source code* in your repository, Subversion is
> > IMNSHO, the best tool out there for *that* purpose.
>
> Believe it or not, I _do_ handle .png icons the same way as source
> code i.e. I edit them with the same editor as I use on .c and .h files
> (put autocmd BufRead *.png :silent %!/usr/bin/convert - xpm:-
> autocmd BufWrite *.png :silent %!/usr/bin/convert - png:-
> in your .vimrc to see what I mean)

Sounds like you really are using xpm files for your source code.
Maybe your build (makefile/etc) should then do the xpm-to-png
"compile" process. Then you would store the xpm in your source
control system just how you store the .c files and not the .o files
(or the .java files and not the .class files, etc)

--
Michael Sinz               Technology and Engineering Director/Consultant
"Starting Startups"                          mailto:Michael.Sinz@sinz.org
My place on the web                      http://www.sinz.org/Michael.Sinz
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Dec 8 19:20:12 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.