joeleee / svnx

Automatically exported from code.google.com/p/svnx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How I can commit files with type '.a'

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
1. add to working copy file with type ".a" (libOAuth.a)
2. cannot see this file in svnx and cannot commit it.

What version of the product are you using? On what operating system?
svn 1.3.2 on macOS Lion

Please provide any additional information below.
when I rename file to libOAuth.aa - everything is ok

Original issue reported on code.google.com by evfem...@gmail.com on 17 Jan 2012 at 8:46

SvnX makes no distinction based on file name extensions.

The most likely cause of your problem is that you have an svn:ignore property 
set on your working copy folder or a global-ignore in your ~/.subversion/config 
file.

Original comment by chris...@gmail.com on 17 Jan 2012 at 2:55

I know about "svn:ignore" property set on your working copy, but I don't know 
about "global-ignore".
Many thanks!

Original comment by evfem...@gmail.com on 18 Jan 2012 at 7:33

Original comment by chris...@gmail.com on 1 Mar 2012 at 1:28

  • Changed state: Invalid
how to remove svn:ignore property?

Original comment by sagrian....@gmail.com on 7 Aug 2013 at 2:03

Hello,

The svn:ignore property is applied to the parent directory of the ignored 
item(s).

Steps:
  1. Select the parent directory.
  2. Open the Properties panel.
  3. Click the ‘-’ button next to ‘svn:ignore’ property, then click OK.
  4. Commit & update the WC - as necessary.

Original comment by chris...@gmail.com on 7 Aug 2013 at 3:59

emm ... I checked there are 0 properties in SVNX and I have also deleted *.a 
from global delete from config file. Still I am not able to see *.a files in my 
SVNX working copy even after I add them to checked out folder. Any other 
suggestions are most welcome.

Original comment by sagrian....@gmail.com on 8 Aug 2013 at 5:45

You asked “how to remove [an] svn:ignore property”.  So that’s what I 
answered.

Use svnX 1.3.4 instead of svnX 1.3.2.
What version of Subversion are you using?
In you WC window do you have View set to Flat (middle option) and Filter set to 
All?
Did you refresh the WC window?
If `svn status -v` shows the files then so will svnX.
If it doesn’t then something in your setup is not right.

A better place for support questions is <http://groups.google.com/group/svnx> .

Original comment by chris...@gmail.com on 8 Aug 2013 at 12:06