Hi, I was about to file a bug report, I would like to hear your opinion
about svn resolve not complaining about wrong file names.

Basically, when resolving a conflict, you can do svn resolve --accept
working 'anything'
without having a clue on that the file was not there.

-- Andres

$ svn resolve --accept working 'anything'; echo $?
0

$ svn --version
svn, version 1.6.11 (r934486)
   compiled Sep 27 2011, 15:29:25

Copyright (C) 2000-2009 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_neon : Module for accessing a repository via WebDAV protocol using
Neon.
  - handles 'http' scheme
  - handles 'https' scheme
* ra_svn : Module for accessing a repository using the svn network protocol.
  - with Cyrus SASL authentication
  - handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
  - handles 'file' scheme

Reply via email to