You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Matheus Leite <ma...@gmail.com> on 2005/06/12 05:28:09 UTC

Preventing temp files from being added to an autoversioned repository

I am testing the performance of a webdav svn repository with
autoversion mounted on a network share with WebDrive. I realized that
opening and saving (for example) a Microsfot Office file creates
temporary copies (~ and tmp files), that of course are being added
(and subsequently deleted) to the repository all the time!

Is there a way at all to avoid throwing temp files into the
repository, as this increases considerably the number of commits with
useless data?

Thanks,

Matheus

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org


Re: Preventing temp files from being added to an autoversioned repository

Posted by Matheus Leite <ma...@gmail.com>.
Yes, I tried the 'global-ignore' option, but that is a client side
configuration and didn't work. Since I am accessing an autoversioned
repository with webdav, this means I am not using the Subversion
client to add and commit files. Is this right?

So, basically, this is a feature SVN doesn't have. I belive
autoversioning is very cool, but the inability to ignore certain files
that clutter the repository (such as temporary Word files, that are
always created on the same folder of the opened file) will prevent me
from using it in a production environment.

Matheus

2005/6/13, STAP Team <st...@gmail.com>:
> Did you try the 'global-ignore' option in the [miscellany] section of
> your config file (in the .subversion directory) ? this should allow
> you to ignore some file extensions.
> 
> 
> On 6/12/05, Matheus Leite <ma...@gmail.com> wrote:
> > Maybe Office temp files can be stored elsewhere (I haven't figured out
> > yet), but in a corporate environment, I can't tell everyone to
> > reconfigure their Offices (and who knows what else). I am setting up
> > this solution to non technical people, and they wouldn't know how
> > anyway...
> >
> > Matheus
> >
> >
> > 2005/6/12, Emil Oppeln-Bronikowski <op...@cyb3r.org>:
> > > On Sunday 12 of June 2005 07:28, Matheus Leite wrote:
> > >
> > > > temporary copies (~ and tmp files)
> > >
> > >  I don't know for the Microsoft applications, but most of the Linux
> > > application I use can be forced to store ~/.tmp files outside current
> > > directory. Ie. I use VIm for code, and all the backups goes under
> > > ~/.vimbackups -- maybe Word and other Office tools can do the same?
> > >
> > > PS. hello everyone, this is my first time on this list. I'm a huge SVN
> > > fan. :-)
> > >
> > > --
> > >  Emil Oppeln-Bronikowski, http://bronikowski.com
> > >  The only source of knowledge is experience.
> > >
> >
> >
> > --
> > ------------------------------
> > Matheus Costa Leite
> > matheus@mindsatwork.com.br
> >
> > Minds at Work
> > Tecnologia da Informação
> > ------------------------------
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> > For additional commands, e-mail: users-help@subversion.tigris.org
> >
> >
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org


Re: Preventing temp files from being added to an autoversioned repository

Posted by Matheus Leite <ma...@gmail.com>.
Maybe Office temp files can be stored elsewhere (I haven't figured out
yet), but in a corporate environment, I can't tell everyone to
reconfigure their Offices (and who knows what else). I am setting up
this solution to non technical people, and they wouldn't know how
anyway...

Matheus


2005/6/12, Emil Oppeln-Bronikowski <op...@cyb3r.org>:
> On Sunday 12 of June 2005 07:28, Matheus Leite wrote:
> 
> > temporary copies (~ and tmp files)
> 
>  I don't know for the Microsoft applications, but most of the Linux
> application I use can be forced to store ~/.tmp files outside current
> directory. Ie. I use VIm for code, and all the backups goes under
> ~/.vimbackups -- maybe Word and other Office tools can do the same?
> 
> PS. hello everyone, this is my first time on this list. I'm a huge SVN
> fan. :-)
> 
> --
>  Emil Oppeln-Bronikowski, http://bronikowski.com
>  The only source of knowledge is experience.
> 


-- 
------------------------------
Matheus Costa Leite
matheus@mindsatwork.com.br
 
Minds at Work
Tecnologia da Informação
------------------------------

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org