ArchiveOrangemail archive

users.subversion.apache.org


(List home) (Recent threads) (3 other Subversion lists)

Subscription Options

  • RSS or Atom: Read-only subscription using a browser or aggregator. This is the recommended way if you don't need to send messages to the list. You can learn more about feed syndication and clients here.
  • Conventional: All messages are delivered to your mail address, and you can reply. To subscribe, send an email to the list's subscribe address with "subscribe" in the subject line.
  • Moderate traffic list: up to 30 messages per day
  • This list contains about 16,658 messages, beginning Feb 2010
  • 10 messages added yesterday
Report the Spam
This button sends a spam report to the moderator. Please use it sparingly. For other removal requests, read this.
Are you sure? yes no

svn status leaves out changes in externals

Ad
Matthias Meixner 1338541529Fri, 01 Jun 2012 09:05:29 +0000 (UTC)
Hello!

In all versions up to 1.6.x "svn status" used to list all changed files including those found in directories referenced using svn:externals. Using version 1.7.5 this is not the case any longer. Even with option --depth infinite, changed files are not listed.  I consider this a bug since it is not possible any more to recursively check for changed files, instead now I have to manually check all subdirectories one by one.

Regards,

Matthias Meixner
Bert Huijben 1338542185Fri, 01 Jun 2012 09:16:25 +0000 (UTC)
Hi,

Did you create the externals by using 'svn checkout' or did you create 'your
own externals' by checking out a separate working copy and assumed
Subversion would just use it as an external?

Svn status works correctly for me when I bring in externals using 'svn
checkout' or 'svn update'.

                Bert

From: Matthias Meixner  
Sent: vrijdag 1 juni 2012 10:37
To: 
Subject: svn status leaves out changes in externals

Hello!

In all versions up to 1.6.x "svn status" used to list all changed files
including those found in directories referenced using svn:externals. Using
version 1.7.5 this is not the case any longer. Even with option --depth
infinite, changed files are not listed.  I consider this a bug since it is
not possible any more to recursively check for changed files, instead now I
have to manually check all subdirectories one by one.

Regards,

Matthias Meixner

  _____  

This electronic message, including attachments, is intended only for the use
of the individual or company named above or to which it is addressed. The
information contained in this message shall be considered confidential and
proprietary, and may include confidential work product. If you are not the
intended recipient, please be aware that any unauthorized use,
dissemination, distribution or copying of this message is strictly
prohibited. If you have received this email in error, please notify the
sender by replying to this message and deleting this email immediately.
Matthias Meixner 1338543830Fri, 01 Jun 2012 09:43:50 +0000 (UTC)
Hi!

I have found the bug: The working copy was checked out using version 1.6.x that used svn:externals to check out the externals. Later on this working copy was upgraded using TortoiseSVN to the format used by version 1.7. It looks like this "upgrade" did not fully upgrade the externals. I have deleted the externals and checked them out using "svn update" again. Now things work.


-          Matthias Meixner

Von: Bert Huijben 
Gesendet: Freitag, 1. Juni 2012 11:16
An: Matthias Meixner; 
Betreff: RE: svn status leaves out changes in externals

                Hi,

Did you create the externals by using 'svn checkout' or did you create 'your own externals' by checking out a separate working copy and assumed Subversion would just use it as an external?

Svn status works correctly for me when I bring in externals using 'svn checkout' or 'svn update'.

                Bert

From: Matthias Meixner <mailto:
Sent: vrijdag 1 juni 2012 10:37
To: <
Subject: svn status leaves out changes in externals

Hello!

In all versions up to 1.6.x "svn status" used to list all changed files including those found in directories referenced using svn:externals. Using version 1.7.5 this is not the case any longer. Even with option --depth infinite, changed files are not listed.  I consider this a bug since it is not possible any more to recursively check for changed files, instead now I have to manually check all subdirectories one by one.

Regards,

Matthias Meixner
Torsten Krah 1339419867Mon, 11 Jun 2012 13:04:27 +0000 (UTC)
Got the same problem.
Things were checked out via antmod (which does use svn checkout).

#> svn pe svn:externals .

project https://.../project

#> svn status

X project

does show only X for external project.

#> svn status project

? src/main/resources/test.txt
M src/main/java/org/Test.java

does show changed and or/new files like expected - but on the top root
it does fail.

Any bugs known, version used is:

svn --version
svn, Version 1.7.5 (r1336830)
   übersetzt May 23 2012, 08:06:45

regards

Torsten
Home | About | Privacy