I was looking a little at the subversion ignore mechanism, and am wondering if
we want to gradually add rules for all the autogenerated files, so that it will be possible at some point to do svn status, and see any newly added files without seeing the autogenerated ones.

Because if I am working and create a couple of new files, but forget to svn add them, I'd like a way to come back later and make sure I notice them before I do a commit.

On 6/6/06, Henry Minsky <[EMAIL PROTECTED]> wrote:
svn status -q



On 6/6/06, Henry Minsky < [EMAIL PROTECTED]> wrote:
What is the easiest way to find out what files subversion thinks are modified/added/deleted?

Is there are way to ask 'svn status' to not display files that are ought to be ignored? I get
lots of '?' listed for a number of generated files

bash-3.1$ svn status
?      patch.tar
?      quick-index.html
?      message.txt
?      3rd-party\tools\jythonc\ObjectFactory$py.class
?      3rd-party\tools\jythonc\PathVFS$py.class
?      3rd-party\tools\jythonc\JavaCall$py.class
?      3rd-party\tools\jythonc\javac$py.class
?      3rd-party\tools\jythonc\PythonModule$py.class
?      3rd-party\tools\jythonc\compile$py.class
?      3rd-party\tools\jythonc\proxies$py.class
?      3rd-party\tools\jythonc\BaseEvaluator$py.class
?      3rd-party\tools\jythonc\PythonVisitor$py.class
?      3rd-party\tools\jythonc\Object$py.class
?      3rd-party\tools\jythonc\yapm$py.class
?      3rd-party\tools\jythonc\ImportName$py.class
?      3rd-party\tools\jythonc\util$py.class
?      3rd-party\tools\jythonc\SimpleCompiler$py.class
?      3rd-party\tools\jythonc\main$py.class
?      3rd-party\tools\jythonc\jast\Modifier$py.class
?      3rd-party\tools\jythonc\jast\__init__$py.class
?      3rd-party\tools\jythonc\jast\Output$py.class
?      3rd-party\tools\jythonc\jast\Statement$py.class
?      WEB-INF\lib\lps-4.0.x.jar
?      WEB-INF\classes\org
?      WEB-INF\classes\AuthenticationServlet.class
?      WEB-INF\classes\SystemProp.class
?      WEB-INF\classes\examples\MyPOJO.class
?      WEB-INF\classes\examples\MyJavaBean.class
?      WEB-INF\classes\examples\TypesExample.class
?      WEB-INF\classes\examples\ReturnPersonExample.class
?      WEB-INF\classes\examples\ReturnPOJOExample.class
?      WEB-INF\classes\examples\ReturnJavaBeanExample.class
?      WEB-INF\classes\examples\AccentedTextExample.class
?      WEB-INF\classes\examples\ReturnTypeExample.class
?      WEB-INF\classes\examples\ConstructExample.class
?      WEB-INF\classes\examples\Person.class
?      WEB-INF\classes\examples\ReturnTypeExample$Coordinate.class
?      WEB-INF\lps\work
?      WEB-INF\lps\schema\lzx.dtd
?      WEB-INF\lps\schema\lzxdoc.rng
?      WEB-INF\lps\schema\build
?      WEB-INF\lps\schema\lzx.rng
?      WEB-INF\lps\schema\lzx.xsd
?      WEB-INF\lps\schema\rngparse.pyc
?      WEB-INF\lps\lfc\LFC7- debug.lzl
?      WEB-INF\lps\lfc\lzpreloader.lzl
?      WEB-INF\lps\lfc\LFC7.lzl
?      WEB-INF\lps\lfc\LFCdhtml-debug.js
?      WEB-INF\lps\lfc\LFCdhtml.js
?      WEB-INF\lps\server\build
?      WEB-INF\lps\server\lib
?      WEB-INF\lps\server\manifest.mf
?      WEB-INF\lps\server\sc\lzsc$py.class
?      WEB-INF\lps\misc\error.swt
?      WEB-INF\lps\misc\DefaultSymbolFile.swt
?      WEB-INF\lps\misc\fop-config.xml
?      tools\lzx.rng
?      tools\lzx.xsd
?      tools\lzx.el
?      tools\lzx.rnc

--
Henry Minsky
Software Architect
[EMAIL PROTECTED]




--
Henry Minsky
Software Architect
[EMAIL PROTECTED]




--
Henry Minsky
Software Architect
[EMAIL PROTECTED]

_______________________________________________
Laszlo-dev mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-dev

Reply via email to