PandaDuhyun / svnx

Automatically exported from code.google.com/p/svnx
0 stars 0 forks source link

How I can commit files with type '.a' #153

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago

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

GoogleCodeExporter commented 8 years ago
how to remove svn:ignore property?

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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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