opensubscriber
   Find in this group all groups
 
Unknown more information…

b : bugs@subversion.tigris.org 6 March 2008 • 11:53PM -0500

[Issue 3117] New - svn status --show-updates is missing output when working across a symlink
by offline

REPLY TO AUTHOR
 
REPLY TO GROUP




http://subversion.tigris.org/issues/show_bug.cgi?id=3117
                 Issue #|3117
                 Summary|svn status --show-updates is missing output when worki
                        |ng across a symlink
               Component|subversion
                 Version|1.4.x
                Platform|All
                     URL|http://subversion.tigris.org/servlets/ReadMsg?list=dev
                        |&msgNo=135779
              OS/Version|Linux
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|cmdline client
             Assigned to|issues@subversion
             Reported by|offline






------- Additional comments from offline@tigr... Thu Mar  6 07:53:41 -0800 2008 -------
I have a local change to a file that I want to show up when I do svn
status -u, but it doesn't, if the directory in which the file is found happens
to be a symlink:

(~/module) # svn status ebi/Makefile.pkg-paths
M      ebi/Makefile.pkg-paths

(~/module) # svn status -u ebi/Makefile.pkg-paths
Status against revision: 106549

Interestingly enough, this only occurs if 'ebi' in the example above is
a symlink:

(~/module) # ls -l ebi
lrwxrwxrwx 1 rosec devel 15 Oct  4 09:37 ebi -> ../ebi.head/ebi

If I do the same commands from a directory where that is not a symlink:
(~/module) # cd ../ebi.head
(~/ebi.head) # ls -ld ebi
drwxrwxr-x 12 rosec rosec 4096 Mar  1 15:31 ebi

(~/ebi.head) # svn status ebi/Makefile.pkg-paths
M      ebi/Makefile.pkg-paths

(~/ebi.head) # svn status -u ebi/Makefile.pkg-paths
M          106546   ebi/Makefile.pkg-paths
Status against revision: 106549

(~/ebi.head) # svn --version
svn, version 1.4.6 (r28521)
    compiled Feb 12 2008, 10:09:51

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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@subv...
For additional commands, e-mail: issues-help@subv...

Bookmark with:

Delicious   Digg   reddit   Facebook   StumbleUpon

Related Messages

opensubscriber is not affiliated with the authors of this message nor responsible for its content.