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

Re: [TSVN] automatically add new files

From: Simon Large <simon_at_skirridsystems.co.uk>
Date: 2005-07-05 10:56:13 CEST

Csaba Kabai wrote:
> I usually forget to add the new files created with my project to the
> repository. :(
> It's possible to implement such a feature which automatically add any
> new files created in the project directory to the repository (e.g.: any
> new *.java, or any new *.cs files)

Why would you need that feature? The commit dialog can already be set to
list any unversioned files, and you can add them there.

Use svn:ignore or the global ignore list to prevent files which you
never want versioned (*.obj, *.exe) from appearing in the list.

Simon

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Tue Jul 5 10:55:29 2005

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

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