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

svn "blind" to modifications : Brainfart

From: Dominique Laigle <dlaigle_at_gmail.com>
Date: Tue, 16 Sep 2008 15:42:39 +0200

Forget my previous mail !

Using find in a versionned dir goes under .svn/ directory and then the
"sed -i" also affects the "*.svn-base" files in there !

- Dominque

On Tue, Sep 16, 2008 at 3:04 PM, Dominique Laigle <dlaigle_at_gmail.com> wrote:
>
> Hi there,
>
> Before sending a bug, I would like to make sure whether this issue has been already encountered.
> When I make a bulk change on sources using GNU sed and its "in place" change switch, like the following:
>
> $find src/ -type f -exec sed -i 's/const char/unsigned const char/g' {}\;
>
> ...then a following "svn ci" has simply no effect. Performing a "svn co" tells me I am still at the current version (nothing is downloaded: the modified files stay as is).
>
> Any idea ?
>
>
> "svn --version" on the client AND the server says the following:
>
> svn, version 1.4.6 (r28521)
> compiled Mar 11 2008, 08:26:35
>
> Copyright (C) 2000-2007 CollabNet.
> Subversion is open source software, see http://subversion.tigris.org/
> This product includes software developed by CollabNet (http://www.Collab.Net/).
>
> The following repository access (RA) modules are available:
>
> * ra_dav : Module for accessing a repository via WebDAV (DeltaV) protocol.
> - handles 'http' scheme
> - handles 'https' scheme
> * ra_svn : Module for accessing a repository using the svn network protocol.
> - handles 'svn' scheme
> * ra_local : Module for accessing a repository on local disk.
> - handles 'file' scheme
>
> - Dominique

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-09-16 19:24:59 CEST

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

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