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

Re: svn does work under my encrypting software. the Entries file is not correct. Help.

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Sat, 14 Jan 2012 09:56:16 +0100

On 12.01.2012 08:22, dC wrote:
> My company developed a encrypting software which help the user auto encrypt and decrypt their files without password-input.
>
> I always use svn to manage my files. But now, my files are auto encrypted by our software. It lead to a error msg of svn when commit: Bogus date.
>
> I did try to find out what happened. The file:entries is not correct.
>
> It is:
> ------------------------------
> ab.java
> file
>
>
>
> 1601-01-01T00:00:00.000000Z
> 544afd1a50dc622cba3b7aced7588857
> 2012-01-12T06:47:12.191117Z
> 58
> test
>
>
> The ab.java is my file. And it is auto encrypted by my software. Notice that the stamp below the filename is 1601-01-01T00:00:00. Is is obvious incorrect. It causes the error: Bogus date.
>
> I did try to analyze this issue. I read the source code of svn. But... the project is too big. I can't catch the point.
>
> Now my question is what cause 1601-01-01 stamp in file: entries.
>
> This is very urgent for me. Any help will be appreciated.

the date 1601-01-01T00:00:00 indicates a null value for the date/time
variable. And that means that reading the date from the file failed for
some reason.

But this issue is happening inside the svn library since TSVN does not
do anything with the entries file. You have to ask for help on the svn
users mailing list about this.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2908711
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2012-01-14 09:56:48 CET

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

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