You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Joel Nylund <jo...@gmail.com> on 2008/03/07 20:23:22 UTC

svn status'x' ?

Hi , can someone explain what status 'x' means?

docs say:
'X' item is unversioned, but is used by an externals definition

I dont understand what this means.

I have a folder I thought I deleted, but when I update from repository it
comes back in a status X.

Also how can I remove it, i want the folder gone from my repository, if I
try to delete it after an update it says :

$ svn rm acts_as_money/
D         acts_as_money/test/money_test.rb
D         acts_as_money/test
D         acts_as_money/Rakefile
D         acts_as_money/tasks/money_tasks.rake
D         acts_as_money/tasks
D         acts_as_money/init.rb
D         acts_as_money/lib/acts_as_money.rb
D         acts_as_money/lib/aggregations.rb
D         acts_as_money/lib
D         acts_as_money/install.rb
D         acts_as_money/README
svn: In directory '.'
svn: Error processing command 'modify-entry' in '.'
svn: Error modifying entry for 'acts_as_money'
svn: 'acts_as_money' is not under version control

any ideas?

thanks
Joel

Re: svn status'x' ?

Posted by Joel Nylund <jo...@gmail.com>.
After reading some more, I used a rails plugin to install this plugin, which
may have used externals, but im not sure.

thanks
Joel


On Fri, Mar 7, 2008 at 4:45 PM, Ryan Schmidt <
subversion-2008a@ryandesign.com> wrote:

> On Mar 7, 2008, at 14:23, Joel Nylund wrote:
>
> > Hi , can someone explain what status 'x' means?
> >
> > docs say:
> > 'X' item is unversioned, but is used by an externals definition
> >
> > I dont understand what this means.
> >
> > I have a folder I thought I deleted, but when I update from
> > repository it comes back in a status X.
> >
> > Also how can I remove it, i want the folder gone from my
> > repository, if I try to delete it after an update it says :
> >
> > $ svn rm acts_as_money/
> > D         acts_as_money/test/money_test.rb
> > D         acts_as_money/test
> > D         acts_as_money/Rakefile
> > D         acts_as_money/tasks/money_tasks.rake
> > D         acts_as_money/tasks
> > D         acts_as_money/init.rb
> > D         acts_as_money/lib/acts_as_money.rb
> > D         acts_as_money/lib/aggregations.rb
> > D         acts_as_money/lib
> > D         acts_as_money/install.rb
> > D         acts_as_money/README
> > svn: In directory '.'
> > svn: Error processing command 'modify-entry' in '.'
> > svn: Error modifying entry for 'acts_as_money'
> > svn: 'acts_as_money' is not under version control
> >
> > any ideas?
>
> Have you ever used externals? Have you ever set the "svn:externals"
> property on any directory? Check if the "svn:externals" property is
> set to anything on any directory in your working copy.
>
>

Re: svn status'x' ?

Posted by Ryan Schmidt <su...@ryandesign.com>.
On Mar 7, 2008, at 16:50, Joel Nylund wrote:

> On Fri, Mar 7, 2008 at 4:45 PM, Ryan Schmidt wrote:
>
>> On Mar 7, 2008, at 14:23, Joel Nylund wrote:
>>
>> > Hi , can someone explain what status 'x' means?
>> >
>> > docs say:
>> > 'X' item is unversioned, but is used by an externals definition
>> >
>> > I dont understand what this means.
>> >
>> > I have a folder I thought I deleted, but when I update from
>> > repository it comes back in a status X.
>> >
>> > Also how can I remove it, i want the folder gone from my
>> > repository, if I try to delete it after an update it says :
>> >
>> > $ svn rm acts_as_money/
>> > D         acts_as_money/test/money_test.rb
>> > D         acts_as_money/test
>> > D         acts_as_money/Rakefile
>> > D         acts_as_money/tasks/money_tasks.rake
>> > D         acts_as_money/tasks
>> > D         acts_as_money/init.rb
>> > D         acts_as_money/lib/acts_as_money.rb
>> > D         acts_as_money/lib/aggregations.rb
>> > D         acts_as_money/lib
>> > D         acts_as_money/install.rb
>> > D         acts_as_money/README
>> > svn: In directory '.'
>> > svn: Error processing command 'modify-entry' in '.'
>> > svn: Error modifying entry for 'acts_as_money'
>> > svn: 'acts_as_money' is not under version control
>> >
>> > any ideas?
>>
>> Have you ever used externals? Have you ever set the "svn:externals"
>> property on any directory? Check if the "svn:externals" property is
>> set to anything on any directory in your working copy.
>
> not that I know if, where do I look for this "svn:externals"  
> property, in the .svn files inside the  folder im having trouble with?

svn proplist -v <thefolder>



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: svn status'x' ?

Posted by Joel Nylund <jo...@gmail.com>.
not that I know if, where do I look for this "svn:externals" property, in
the .svn files inside the  folder im having trouble with?

thanks
Joel


On Fri, Mar 7, 2008 at 4:45 PM, Ryan Schmidt <
subversion-2008a@ryandesign.com> wrote:

> On Mar 7, 2008, at 14:23, Joel Nylund wrote:
>
> > Hi , can someone explain what status 'x' means?
> >
> > docs say:
> > 'X' item is unversioned, but is used by an externals definition
> >
> > I dont understand what this means.
> >
> > I have a folder I thought I deleted, but when I update from
> > repository it comes back in a status X.
> >
> > Also how can I remove it, i want the folder gone from my
> > repository, if I try to delete it after an update it says :
> >
> > $ svn rm acts_as_money/
> > D         acts_as_money/test/money_test.rb
> > D         acts_as_money/test
> > D         acts_as_money/Rakefile
> > D         acts_as_money/tasks/money_tasks.rake
> > D         acts_as_money/tasks
> > D         acts_as_money/init.rb
> > D         acts_as_money/lib/acts_as_money.rb
> > D         acts_as_money/lib/aggregations.rb
> > D         acts_as_money/lib
> > D         acts_as_money/install.rb
> > D         acts_as_money/README
> > svn: In directory '.'
> > svn: Error processing command 'modify-entry' in '.'
> > svn: Error modifying entry for 'acts_as_money'
> > svn: 'acts_as_money' is not under version control
> >
> > any ideas?
>
> Have you ever used externals? Have you ever set the "svn:externals"
> property on any directory? Check if the "svn:externals" property is
> set to anything on any directory in your working copy.
>
>

Re: svn status'x' ?

Posted by Ryan Schmidt <su...@ryandesign.com>.
On Mar 7, 2008, at 14:23, Joel Nylund wrote:

> Hi , can someone explain what status 'x' means?
>
> docs say:
> 'X' item is unversioned, but is used by an externals definition
>
> I dont understand what this means.
>
> I have a folder I thought I deleted, but when I update from  
> repository it comes back in a status X.
>
> Also how can I remove it, i want the folder gone from my  
> repository, if I try to delete it after an update it says :
>
> $ svn rm acts_as_money/
> D         acts_as_money/test/money_test.rb
> D         acts_as_money/test
> D         acts_as_money/Rakefile
> D         acts_as_money/tasks/money_tasks.rake
> D         acts_as_money/tasks
> D         acts_as_money/init.rb
> D         acts_as_money/lib/acts_as_money.rb
> D         acts_as_money/lib/aggregations.rb
> D         acts_as_money/lib
> D         acts_as_money/install.rb
> D         acts_as_money/README
> svn: In directory '.'
> svn: Error processing command 'modify-entry' in '.'
> svn: Error modifying entry for 'acts_as_money'
> svn: 'acts_as_money' is not under version control
>
> any ideas?

Have you ever used externals? Have you ever set the "svn:externals"  
property on any directory? Check if the "svn:externals" property is  
set to anything on any directory in your working copy.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org