Hello Jon,
concerning the modify time: it's fine for me when the time goes backwards
on a revert. With a revert, I want everything reverted.
But I understand your issue with the compiler.
For this, in TortoiseSVN there is an option (in the General section).
Maybe it would be good to have such a
Hi
Glad you got it working and thank God it's not my build that has an error.
I tried most of this saturday to get SASL to work with it. First using
TortoiseSVN as client. But didn't got the configuration right.
Maybe you, now you have your configuration experience fresh in mind,
could write
Hello,
svn mv corrupts (locks) the WC, if the WC is in root of Windows drive.
svn add also corrupts (locks) the WC.
svn cleanup does not repair the WC.
Reproduction script:
-
# some setup work:
#
svnadmin create xx
svn co "file:///C:/Dokumente u
Hello,
svn export fails to export a WC, if the directory name contains a blank.
The same script with directory name "12" instead of "1 2" runs fine.
Reproduction script:
svn --version
svnadmin create xx
svn co "file:///C:/Dokumente und Einstellungen/Test2/Desktop
On Sun, Nov 07, 2010 at 11:52:18AM +0100, Paul Maier wrote:
> Hello,
>
> svn mv corrupts (locks) the WC, if the WC is in root of Windows drive.
Please see http://subversion.tigris.org/issues/show_bug.cgi?id=3346
Stefan
On Sun, Nov 07, 2010 at 12:04:19PM +0100, Paul Maier wrote:
> C:\Dokumente und Einstellungen\Test2\Desktop\svn\1\yy>svn export "1 2" X
> svn: »1%202« ist nicht unter Versionskontrolle
Thanks, see http://subversion.tigris.org/issues/show_bug.cgi?id=3745
I have a fix and will commit it shortly.
I get the following error trying to synchronize a repository, thought it was
due to too few inodes in the file system, but a "df -i " shows plenty of inodes
available :
bash-3.00$ df -i
FilesystemInodes IUsed IFree IUse% Mounted on
/dev/mapper/backupvg-lv_backup
On Sun, Nov 7, 2010 at 4:38 PM, Engebakken Geir wrote:
> I get the following error trying to synchronize a repository, thought it was
> due to too few inodes in the file system, but a “df –i “ shows plenty of
> inodes available :
> + svnsync synchronize file:///backup/java
>
> svnsync: Can't crea
Hello,
what is the most stable client with GUI for svn for use in a
production environment?
The features it should provide are , in order of priority:
- stability
- coverage for all the most important (sub)commands of the default svn
client commands for the user
- compatibility with Windows (wit
> From: opensrcguru [mailto:opensrcg...@gmail.com]
>
> Today, the sync process started failing on 1 repo (all others were
> unaffected) on both r/o copies at the exact same time/same revision
> with errors similar to the following...
>
> Transmitting file data .svnsync: Base checksum mismatch on
On the master, I have the svnsync command in the post-commit hook. I have
tried with, or without the "&" at the end of the line. When a svn client
does a commit . the svn client doesn't return from the commit until the sync
has completed too. I would like the "svn commit" to complete as soon as
> -Original Message-
> From: Terry Inzauro [mailto:opensrcg...@gmail.com]
>
> I've found a handful of other cases similar to ours. Do you think a bug report
> is warranted or is this unique to our configurations?
I do think it's a bug, but I was never able to find enough info to make it
On Nov 6, 2010, at 19:37, Edward Ned Harvey wrote:
> On the master, I have the svnsync command in the post-commit hook. I have
> tried with, or without the “&” at the end of the line. When a svn client
> does a commit … the svn client doesn’t return from the commit until the sync
> has compl
> From: Ryan Schmidt [mailto:subversion-20...@ryandesign.com]
>
>
> You would need to redirect stdout and stderr someplace, for example to a
> log file or to /dev/null.
Precisely. Thank you. This works:
#!/bin/sh
/usr/local/subversion-1.6.12/bin/svnsync sync --non-interactive
--sync-username
On Fri, Nov 5, 2010 at 8:32 PM, San Martino wrote:
> Hello,
> what is the most stable client with GUI for svn for use in a
> production environment?
>
> The features it should provide are , in order of priority:
> - stability
> - coverage for all the most important (sub)commands of the default sv
Hi Team,
I have to copy the entire repository to a new server with revision history.
According to my knowledge there are 2 ways:
1) We can use svnadmin dump command to create the dump and again reload it
by svnadmin load.
2) Or else can I copy the entire repository from the SVN serve
On Mon, Nov 8, 2010 at 1:20 PM, Rajnish Kumar Singh <
rajnish.k.si...@kpitcummins.com> wrote:
> Hi Team,
>
>
>
> I have to copy the entire repository to a new server with revision history.
>
>
>
> According to my knowledge there are 2 ways:
>
> 1) We can use svnadmin dump command to create t
17 matches
Mail list logo