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

Re: Space wasting

From: C.A.T.Magic <c.a.t.magic_at_gmx.at>
Date: 2004-03-08 23:22:43 CET

[...]
> $ cd myJavaProject/src/
> $ javac `find . -name "*.java"`
>
> no longer works because it will attempt to compile the pristine copies.
> or this command (which moves all HTML files to your web server):
>
> c:\> xcopy /s /e webstuff\*.html d:\myserverdir\
>
> won't work because it copies the wrong (pristine) version of the file.
[...]

> $ javac `find . -name "*.java"`

afaik, *.java does not match .java.svn-base

 
> c:\> xcopy /s /e webstuff\*.html d:\myserverdir\

afaik, *.html does not match .html.svn-base

or did i miss something here?
do files without an extra ".svn-xxxx" extension appear
inside the .svn folder?

:-)
====
c.a.t.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Mar 8 23:23:39 2004

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

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