Archie Cobbs | 1 Oct 2004 05:39
Gravatar

Re: Big Problem with repository

kfogel <at> collab.net wrote:
> > On my linux server, i lost an mounth of revision, after a good reboot
> > machine (stop and start).
> > 
> > Normally, I'm at rev 56588. After the restart, revision was to 55403.
> 
> Sorry to hear it.
> 
> I have never, ever seen this problem before, and can't see any reason
> why Subversion would lose revisions because of a reboot.  Are you
> positive there isn't something else going on?

Maybe you moved the location of the repository, but forgot to
reconfigure your svn server startup script, so it started up
at the old location after the reboot (or something like that)?

I.e., sometimes misconfigurations don't take effect until after a reboot.

-Archie

__________________________________________________________________________
Archie Cobbs      *        CTO, Awarix        *      http://www.awarix.com
Lübbe Onken | 1 Oct 2004 12:45
Picon

TortoiseSVN Translations call for help

Hi Folks,

Since Subversion 1.1.0 is out of the door now, TortoiseSVN is following with
it's 1.1.0 release today. We need some help translating the TortoiseSVN user
interface however. Most of the translations are well maintained, but some
(listed below) haven't been maintained for months, so I'm afraid that no one
will take care of them soon. I know that there are several active
translators on the subversion list. That's why I'm asking for help here.

In total we've got 720 messages to translate. We use the same system
(gettext / poFiles) as Subversion, so people are hopefully familiar with it.

Our problem languages are:
Norwegian (nb)             : 596 / 720
Portuguese (Brazil) (pt_BR): 616 / 720
Russian (ru)               : 616 / 720
Spanish (es)               : 623 / 720
Swedish (sv)               : 623 / 720

If someone is willing to pick up the translation and doesn't yet know how to
spend this weekend, please pick up one of these languages, send a note to
mailto:dev <at> tortoisesvn.tigris.org so I (and others) know you're working on
it. If you're finished, please send the po file to
mailto:patches <at> tortoisesvn.tigris.org

The Online translation status for TortoiseSVN is here:
http://tortoisesvn.tigris.org/translations.html, the download link for the
current .po files as well.
Some instructions are available as well:
http://svn.collab.net/repos/tortoisesvn/trunk/Languages/translations.txt
(Continue reading)

Jostein Chr. Andersen | 1 Oct 2004 13:45

Re: TortoiseSVN Translations call for help

On Friday 01 October 2004 12.45, Lübbe Onken wrote:
...
> Our problem languages are:
> Norwegian (nb)             : 596 / 720

I'll try to organize the Norwegian but my time is very limited this days 
so help is needed.

Norwegians: Please, go to #svn.no on freenode (irc). This is the 
Norwegian centric Subversion place on IRC.

Jostein

--

-- 
http://www.josander.net/en/contact/
Julian Foad | 1 Oct 2004 15:57

Re: [FEAT. REQ] Aggregate working copy ?

Looking through old mail, I came across this question.

Dominique PERETTI wrote:
> 
> I've been playing a little bit with externals. This is great, but 
> they're only a partial answer to a problem that probably other users have.
> 
> I have 3 different working copies from the same repository :
[...]
> Of course, I want a single, consistent commit, for all working copies.
[...]
> I want to be able to define a set of working copies. Could be in a 
> "aggregate.svn" file, just containing the paths of my 3 working copies.
> 
> Then, I could type :
> svn status --aggregate aggregate.svn
> svn commit --aggregate aggregate.svn
> etc... and thus operate on all working copies at the same time.

The only reply that appeared on the "dev" list was mainly talking about the case of having working copies
from different repositories.  In your case I think you can just use an environment variable, like this:

AGGREGATE="engine sites Flash"

svn status $AGGREGATE
svn commit $AGGREGATE
etc.

There is also a feature just like your "--aggregate" suggestion, but called "--targets".  It is available
on some commands such as "svn commit", but not currently on other commands such as "svn status".  I don't see
(Continue reading)

Branko Čibej | 3 Oct 2004 18:42
Picon

Re: Subversion 1.1.0 released.

The 1.1.0 Win32 binaries are available:

   http://subversion.tigris.org/files/documents/15/17372/svn-win32-1.1.0.zip
   http://subversion.tigris.org/files/documents/15/17373/svn-win32-1.1.0_dev.zip
   http://subversion.tigris.org/files/documents/15/17374/svn-win32-1.1.0_javahl.zip
   http://subversion.tigris.org/files/documents/15/17371/svn-win32-1.1.0_pdb.zip
   http://subversion.tigris.org/files/documents/15/17375/svn-win32-1.1.0_pl.zip
   http://subversion.tigris.org/files/documents/15/17376/svn-win32-1.1.0_py.zip

The MD5 checksums are:

   1d1fb5eeb305d78d6ab34af80b3023cc  svn-win32-1.1.0.zip
   b5e92f33ce980a155760f8372359c2fd  svn-win32-1.1.0_dev.zip
   9f8561c67482099f0d4e43fdaac8b52a  svn-win32-1.1.0_javahl.zip
   f5afbe4db2411ad70ffc61fe66150c64  svn-win32-1.1.0_pdb.zip
   a8af2d324c21e4d7870b268ad56f2786  svn-win32-1.1.0_pl.zip
   a7ea552117ce12d1d2665d12c0d85085  svn-win32-1.1.0_py.zip

Ben Reser wrote:

>Subversion 1.1.0 is ready.  Grab it from:
>
>   http://subversion.tigris.org/tarballs/subversion-1.1.0.tar.gz
>   http://subversion.tigris.org/tarballs/subversion-1.1.0.tar.bz2
>   http://subversion.tigris.org/tarballs/subversion-1.1.0.zip
>
>The MD5 checksums are:
>
>   9da8fdd869b218e17101b7675cbbae99  subversion-1.1.0.tar.gz
>   a91b0d79b8c8ab8747587037c044c6c9  subversion-1.1.0.tar.bz2
(Continue reading)

Branko Čibej | 3 Oct 2004 18:42
Picon

Re: Subversion 1.1.0 released.

The 1.1.0 Win32 binaries are available:

   http://subversion.tigris.org/files/documents/15/17372/svn-win32-1.1.0.zip
   http://subversion.tigris.org/files/documents/15/17373/svn-win32-1.1.0_dev.zip
   http://subversion.tigris.org/files/documents/15/17374/svn-win32-1.1.0_javahl.zip
   http://subversion.tigris.org/files/documents/15/17371/svn-win32-1.1.0_pdb.zip
   http://subversion.tigris.org/files/documents/15/17375/svn-win32-1.1.0_pl.zip
   http://subversion.tigris.org/files/documents/15/17376/svn-win32-1.1.0_py.zip

The MD5 checksums are:

   1d1fb5eeb305d78d6ab34af80b3023cc  svn-win32-1.1.0.zip
   b5e92f33ce980a155760f8372359c2fd  svn-win32-1.1.0_dev.zip
   9f8561c67482099f0d4e43fdaac8b52a  svn-win32-1.1.0_javahl.zip
   f5afbe4db2411ad70ffc61fe66150c64  svn-win32-1.1.0_pdb.zip
   a8af2d324c21e4d7870b268ad56f2786  svn-win32-1.1.0_pl.zip
   a7ea552117ce12d1d2665d12c0d85085  svn-win32-1.1.0_py.zip

Ben Reser wrote:

>Subversion 1.1.0 is ready.  Grab it from:
>
>   http://subversion.tigris.org/tarballs/subversion-1.1.0.tar.gz
>   http://subversion.tigris.org/tarballs/subversion-1.1.0.tar.bz2
>   http://subversion.tigris.org/tarballs/subversion-1.1.0.zip
>
>The MD5 checksums are:
>
>   9da8fdd869b218e17101b7675cbbae99  subversion-1.1.0.tar.gz
>   a91b0d79b8c8ab8747587037c044c6c9  subversion-1.1.0.tar.bz2
(Continue reading)

Arild Fines | 3 Oct 2004 23:01
Picon
Favicon

RE: Subversion 1.1.0 released.

Branko Cibej wrote:
> The 1.1.0 Win32 binaries are available:
[...}  

> http://subversion.tigris.org/files/documents/15/17373/svn-win32-1.1.0_dev.zip

xml.lib seems to be missing from this one. It was in lib\apr-util\ in svn-win32-1.0.8.dev.zip

--

-- 
Arild

AnkhSVN: http://ankhsvn.tigris.org
Blog: http://ankhsvn.com/blog
IRC: irc://irc.freenode.net/ankhsvn

"Gentlemen, you can't fight in here! This is the war room!"
Branko Čibej | 4 Oct 2004 08:17
Picon

Re: Subversion 1.1.0 released.

Arild Fines wrote:

>Branko Cibej wrote:
>  
>
>>The 1.1.0 Win32 binaries are available:
>>    
>>
>[...}  
>
>  
>
>>http://subversion.tigris.org/files/documents/15/17373/svn-win32-1.1.0_dev.zip
>>    
>>
>
>xml.lib seems to be missing from this one. It was in lib\apr-util\ in svn-win32-1.0.8.dev.zip
>
*Sigh*, so it is... I've uploaded a new version of the _dev and _pdb files.
The MD5 checksums are:

   c93d758fe3798c0ac5ebd1b6952cc6b5  svn-win32-1.1.0_dev.zip
   29bc56203c2197648823d1e78aaa8737  svn-win32-1.1.0_pdb.zip

-- Brane
Erik Hülsmann | 4 Oct 2004 19:29
Picon

Re: translate into Simplified Chinese

Hi YingNing,

>
>>Dear sir,
>>        I had translated subversion into Simplified Chinese. 
>>       (checkout from server v1.2.0) see attachment.
>
>Thank you for the work you put into it.

But we did not hear from you anymore. 

>Could you post the attachment on a website somewhere so I
>can download from there, the transmission seems to have gone
>wrong. I have only a fragment of the translation in my Inbox.
>
>You could also create an issue in the issue tracker for this
>translation and attach the translation to that issue.

In order to do that, you need to create a tigris.org account 
and ask for the 'Observer' role in the Subversion project.

bye,

Erik.
Branko Čibej | 5 Oct 2004 00:10
Picon

Re: Subversion 1.1.0 released.

Following the complaints and suggestions, I've uploaded a new set of 
Win32 binaries, with the following changes:

    * Added "#define HAVE_SETSOCKOPT" to the neon config.h file
    * Compiled Subverison with --enable-nls and put the *.mo files in
      share/locale/
    * Added intl.dll to bin/; note that this version of the dll does not
      require with iconv.dll

The new MD5 checksums are:

   8d92a11f5936989a5597e678dab462ac  svn-win32-1.1.0.zip
   0d4acabf585a0e9af41375edd9b8e645  svn-win32-1.1.0_dev.zip
   ae063af69a72fed4795f09756c86c3f9  svn-win32-1.1.0_javahl.zip
   f9348e22f67b13468274c0154ddcd41d  svn-win32-1.1.0_pdb.zip
   aed84307c3a64a3524068e68ecbd8878  svn-win32-1.1.0_pl.zip
   046a8a9bcc4a06fea606659bcd706c15  svn-win32-1.1.0_py.zip

Branko Čibej wrote:

> The 1.1.0 Win32 binaries are available:
>
>   
> http://subversion.tigris.org/files/documents/15/17372/svn-win32-1.1.0.zip
>   
> http://subversion.tigris.org/files/documents/15/17373/svn-win32-1.1.0_dev.zip 
>
>   
> http://subversion.tigris.org/files/documents/15/17374/svn-win32-1.1.0_javahl.zip 
>
(Continue reading)


Gmane