jar-checkums generates extra files?

2013-08-08 Thread Dawid Weiss
When I do this on trunk:

ant jar-checksums
svn stat

I get:
?   solr\licenses\jcl-over-slf4j.jar.sha1
?   solr\licenses\jul-to-slf4j.jar.sha1
?   solr\licenses\log4j.jar.sha1
?   solr\licenses\slf4j-api.jar.sha1
?   solr\licenses\slf4j-log4j12.jar.sha1

Where should this be fixed?  Should we svn-ignore those files or
should they be somehow excluded from the re-generation of SHA
checksums?

Dawid

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



Re: jar-checkums generates extra files?

2013-08-08 Thread Dawid Weiss
Never mind, these were local files and they were svn-ignored, when I
removed everything and checked out from scratch this problem is no
longer there.

I really wish svn had an equivalent of git clean -xfd .

Dawid

On Thu, Aug 8, 2013 at 12:39 PM, Dawid Weiss dawid.we...@gmail.com wrote:
 When I do this on trunk:

 ant jar-checksums
 svn stat

 I get:
 ?   solr\licenses\jcl-over-slf4j.jar.sha1
 ?   solr\licenses\jul-to-slf4j.jar.sha1
 ?   solr\licenses\log4j.jar.sha1
 ?   solr\licenses\slf4j-api.jar.sha1
 ?   solr\licenses\slf4j-log4j12.jar.sha1

 Where should this be fixed?  Should we svn-ignore those files or
 should they be somehow excluded from the re-generation of SHA
 checksums?

 Dawid

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



Re: jar-checkums generates extra files?

2013-08-08 Thread Uwe Schindler
Hi,

Some GUIs like TortoiseSVN have this. I use this to delete all unversioned 
files in milliseconds(TM). But native svn does not have it, unfortunately. 

Uwe



Dawid Weiss dawid.we...@gmail.com schrieb:
Never mind, these were local files and they were svn-ignored, when I
removed everything and checked out from scratch this problem is no
longer there.

I really wish svn had an equivalent of git clean -xfd .

Dawid

On Thu, Aug 8, 2013 at 12:39 PM, Dawid Weiss dawid.we...@gmail.com
wrote:
 When I do this on trunk:

 ant jar-checksums
 svn stat

 I get:
 ?   solr\licenses\jcl-over-slf4j.jar.sha1
 ?   solr\licenses\jul-to-slf4j.jar.sha1
 ?   solr\licenses\log4j.jar.sha1
 ?   solr\licenses\slf4j-api.jar.sha1
 ?   solr\licenses\slf4j-log4j12.jar.sha1

 Where should this be fixed?  Should we svn-ignore those files or
 should they be somehow excluded from the re-generation of SHA
 checksums?

 Dawid

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

--
Uwe Schindler
H.-H.-Meier-Allee 63, 28213 Bremen
http://www.thetaphi.de

Re: jar-checkums generates extra files?

2013-08-08 Thread Dawid Weiss
I kind of use a workaround of removing everything except the .svn
folder and then svn revert -R .
But this is a dumb solution :)

D.

On Thu, Aug 8, 2013 at 1:12 PM, Uwe Schindler u...@thetaphi.de wrote:
 Hi,

 Some GUIs like TortoiseSVN have this. I use this to delete all unversioned
 files in milliseconds(TM). But native svn does not have it, unfortunately.

 Uwe



 Dawid Weiss dawid.we...@gmail.com schrieb:

 Never mind, these were local files and they were svn-ignored, when I
 removed everything and checked out from scratch this problem is no
 longer there.

 I really wish svn had an equivalent of git clean -xfd .

 Dawid

 On Thu, Aug 8, 2013 at 12:39 PM, Dawid Weiss dawid.we...@gmail.com
 wrote:

  When I do this on trunk:

  ant jar-checksums
  svn stat

  I get:
  ?   solr\licenses\jcl-over-slf4j.jar.sha1
  ?   solr\licenses\jul-to-slf4j.jar.sha1
  ?   solr\licenses\log4j.jar.sha1
  ?   solr\licenses\slf4j-api.jar.sha1
  ?   solr\licenses\slf4j-log4j12.jar.sha1

  Where should this be fixed?  Should we svn-ignore those files or
  should they be somehow excluded from the re-generation of SHA
  checksums?

  Daw
  id


 

 To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
 For additional commands, e-mail: dev-h...@lucene.apache.org


 --
 Uwe Schindler
 H.-H.-Meier-Allee 63, 28213 Bremen
 http://www.thetaphi.de

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



Re: jar-checkums generates extra files?

2013-08-08 Thread Robert Muir
If you google 'svn remove unversioned' you find a couple one-liners
you can alias.

I also found 
http://svn.apache.org/repos/asf/subversion/trunk/contrib/client-side/svn-clean

Weird that it has a GPL license though!

On Thu, Aug 8, 2013 at 4:14 AM, Dawid Weiss
dawid.we...@cs.put.poznan.pl wrote:
 I kind of use a workaround of removing everything except the .svn
 folder and then svn revert -R .
 But this is a dumb solution :)

 D.

 On Thu, Aug 8, 2013 at 1:12 PM, Uwe Schindler u...@thetaphi.de wrote:
 Hi,

 Some GUIs like TortoiseSVN have this. I use this to delete all unversioned
 files in milliseconds(TM). But native svn does not have it, unfortunately.

 Uwe



 Dawid Weiss dawid.we...@gmail.com schrieb:

 Never mind, these were local files and they were svn-ignored, when I
 removed everything and checked out from scratch this problem is no
 longer there.

 I really wish svn had an equivalent of git clean -xfd .

 Dawid

 On Thu, Aug 8, 2013 at 12:39 PM, Dawid Weiss dawid.we...@gmail.com
 wrote:

  When I do this on trunk:

  ant jar-checksums
  svn stat

  I get:
  ?   solr\licenses\jcl-over-slf4j.jar.sha1
  ?   solr\licenses\jul-to-slf4j.jar.sha1
  ?   solr\licenses\log4j.jar.sha1
  ?   solr\licenses\slf4j-api.jar.sha1
  ?   solr\licenses\slf4j-log4j12.jar.sha1

  Where should this be fixed?  Should we svn-ignore those files or
  should they be somehow excluded from the re-generation of SHA
  checksums?

  Daw
  id


 

 To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
 For additional commands, e-mail: dev-h...@lucene.apache.org


 --
 Uwe Schindler
 H.-H.-Meier-Allee 63, 28213 Bremen
 http://www.thetaphi.de

 -
 To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
 For additional commands, e-mail: dev-h...@lucene.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org