Re: Commit Error in conversion of types

2013-01-24 Thread Thorsten Schöning
Guten Tag Julio Palma, am Donnerstag, 24. Januar 2013 um 21:43 schrieben Sie: > Some of selected resources were not committed. > Some of selected resources were not committed. > svn: E200030: Commit failed (details follow): > svn: E200030: Commit failed (details follow): > svn: E200030: disk I/O e

Commit Error in conversion of types

2013-01-24 Thread Julio Palma
Hi, Subversion community, My name is Julio Cesar, I made a configuration a Subversion server in a Ubuntu Linux, and I have a Lot of troubles with encoding format from my archives sources, some sources are write on windows-1252 and when I submit/commit, the files given me a error like described:

Re: check out everything except, '' subfolder should be shallower

2013-01-24 Thread Lathan Bidwell
On 01/24/2013 10:07 AM, Johan Corveleyn wrote: On Thu, Jan 24, 2013 at 3:50 PM, Lathan Bidwell wrote: On 01/24/2013 05:14 AM, Philip Martin wrote: Lathan Bidwell writes: How can i checkout out this sample repository without downloading the /b/media/ and /d/media folders? The example i hav

Re: check out everything except, '' subfolder should be shallower

2013-01-24 Thread Johan Corveleyn
On Thu, Jan 24, 2013 at 3:50 PM, Lathan Bidwell wrote: > > On 01/24/2013 05:14 AM, Philip Martin wrote: >> >> Lathan Bidwell writes: >> >>> How can i checkout out this sample repository without downloading the >>> /b/media/ and /d/media folders? >>> >>> The example i have (with checking it all ou

Re: check out everything except, '' subfolder should be shallower

2013-01-24 Thread Lathan Bidwell
On 01/24/2013 05:14 AM, Philip Martin wrote: Lathan Bidwell writes: How can i checkout out this sample repository without downloading the /b/media/ and /d/media folders? The example i have (with checking it all out first is): svn checkout '' --depth immediates svn update --set-depth exclude

Problem on a post-commit hook to change the current author (windows batch)

2013-01-24 Thread Manuel Ferrero
In this discussion a user suggested how to change the commit author using a post-commit hook: http://goo.gl/7dJ4l I'd like to do exacly that, so I wrote a pre-revprop-change hook that checks that allows the change under certain circumstances. I tested and it's working. My problem is that I can't

Re: Problem on a post-commit hook to change the current author (windows batch)

2013-01-24 Thread Branko Čibej
On 24.01.2013 14:38, Manuel Ferrero wrote: > Thorsten Schöning wrote: > >>> The commit is done, but the author isn't changed. >>> It seems top me that the batch file hangs when try to lookup the >>> current >>> user: >>> for /f "delims=" %%a in ('svn propget svn:author --revprop -r %REV% >>> http:/

Re: Problem on a post-commit hook to change the current author (windows batch)

2013-01-24 Thread Manuel Ferrero
Thorsten Schöning wrote: The commit is done, but the author isn't changed. It seems top me that the batch file hangs when try to lookup the current user: for /f "delims=" %%a in ('svn propget svn:author --revprop -r %REV% http://my_server_address') do @set myAuthor=%%a May it be that the clien

Re: Problem on a post-commit hook to change the current author (windows batch)

2013-01-24 Thread Thorsten Schöning
Guten Tag Manuel Ferrero, am Donnerstag, 24. Januar 2013 um 14:03 schrieben Sie: > The commit is done, but the author isn't changed. > It seems top me that the batch file hangs when try to lookup the current > user: > for /f "delims=" %%a in ('svn propget svn:author --revprop -r %REV% > http://my

Problem on a post-commit hook to change the current author (windows batch)

2013-01-24 Thread Manuel Ferrero
In this discussion a user suggested how to change the commit author using a post-commit hook: http://goo.gl/7dJ4l I'd like to do exacly that, so I wrote a pre-revprop-change hook that checks that allows the change under certain circumstances. I tested and it's working. My problem is that I can't m

Re: check out everything except, '' subfolder should be shallower

2013-01-24 Thread Philip Martin
Lathan Bidwell writes: > How can i checkout out this sample repository without downloading the > /b/media/ and /d/media folders? > > The example i have (with checking it all out first is): > svn checkout '' --depth immediates > svn update --set-depth exclude /b/media > svn update --set-depth exc

Re: Failure occurred processing one or more externals definitions

2013-01-24 Thread dhanushka ranasinghe
Hi... but seems to be working fine in working copy with subversion 1.6 , is there any considerable difference between svn externals in subversion 1.6 and 1.7 On 22 January 2013 21:47, Ryan Schmidt wrote: > > On Jan 22, 2013, at 06:07, dhanushka ranasinghe wrote: > > > when i ran the "svn up" i

Re: Freezing Nested Externals

2013-01-24 Thread Johan Corveleyn
On Wed, Jan 23, 2013 at 4:35 PM, John Wallace wrote: > When using svn:externals property to have within-repository links, is > there a way to recursively freeze the revision? With one level, I can > use the "-rN" tag, but in the next level, the revision is checked out as > the head. This makes t

Re: Relative Revision on Relative Path External

2013-01-24 Thread Johan Corveleyn
On Sat, Dec 15, 2012 at 10:06 AM, Daniel Shahaf wrote: > Stefan Scherer wrote on Wed, Dec 12, 2012 at 14:13:01 -0500: >> Hello again, >> >> I just noticed my previous email got somewhat scrambled. >> >> The idea was to have notation like the following >> >> ../../common/module1@RELATIVE module1 >>