Re: Every Version of Every File in a Repository

2014-10-09 Thread Daniel Shahaf
Branko Čibej wrote on Wed, Oct 08, 2014 at 00:41:01 +0200: > On 07.10.2014 22:36, Andreas Mohr wrote: > >Aside from the brute-force method of checking out the entire repository > >starting at revision 1 , performing a scan, updating to the next > > revision, > >and repeating until I re

Re: Every Version of Every File in a Repository

2014-10-08 Thread Les Mikesell
On Wed, Oct 8, 2014 at 3:38 PM, Andreas Stieger wrote: > Hi, > > On 08/10/14 21:08, Bob Archer wrote: >> I assume by “scan” you are talking about virus scanning. I would >> question the need to do this. Yea, I know… but still, many request come >> from a lack of understanding of a technology. > >

Re: Every Version of Every File in a Repository

2014-10-08 Thread Andreas Stieger
Hi, On 08/10/14 21:08, Bob Archer wrote: > I assume by “scan” you are talking about virus scanning. I would > question the need to do this. Yea, I know… but still, many request come > from a lack of understanding of a technology. It is more likely that this is about a legal discovery or license/

RE: Every Version of Every File in a Repository

2014-10-08 Thread Bob Archer
You know, the files aren't really stored as files per say. Also, if using correct ACLs in your repository there is no way any of these files can be "executed". I assume by "scan" you are talking about virus scanning. I would question the need to do this. Yea, I know... but still, many request

Re: Every Version of Every File in a Repository

2014-10-07 Thread Alexey Neyman
On Wednesday, October 08, 2014 12:41:01 AM Branko Čibej wrote: > On 07.10.2014 22:36, Andreas Mohr wrote: > > Hi, > > > > That's certainly a somewhat tough one. > > > > > > I will get tarred and feathered here for my way of trying to solve this, > > and possibly even rightfully so, but... ;) >

Re: Every Version of Every File in a Repository

2014-10-07 Thread Branko Čibej
On 07.10.2014 22:36, Andreas Mohr wrote: > Hi, > > That's certainly a somewhat tough one. > > > I will get tarred and feathered here for my way of trying to solve this, > and possibly even rightfully so, but... ;) Well, I certainly won't skin you alive for suggesting this; but ... I would imagine

Re: Every Version of Every File in a Repository

2014-10-07 Thread Andreas Mohr
Hi, On Tue, Oct 07, 2014 at 03:03:13PM -0500, jt.mil...@l-3com.com wrote: >Is there a way to check out every version of a file in a repository? We >just had a requirement levied to perform a scan of every file in a >repository. The scan tool must have each file in a stand-alone format.