palimadra / svnx

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

unable to import projects to svn with binary files #197

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. import project into svn that contains binary files
2.
3.

What is the expected output? What do you see instead?
binary files not uploaded

What version of the product are you using? On what operating system?
v.1.3.4

Please provide any additional information below.

Original issue reported on code.google.com by tgnienh...@gmail.com on 26 Apr 2013 at 7:41

GoogleCodeExporter commented 9 years ago
If you are looking for help or for an svnX bug to be fixed then you need to 
provide much more information.

Saying “import project into svn that contains binary files” is far too 
vague.
How do you expect anyone to reproduce your problem, let alone provide a 
solution?

My first guess would be: You are doing it wrong.  If you do it right, then it 
will work.

SvnX is not magic & I am not a mind reader.
[SvnX can’t do what you want if you don’t use it correctly, and
 I can’t distinguish user error from program error without sufficient information.]

If you are not a time waster then please state exactly what you did and what 
you understand should have happened, but didn’t.  If you do this then I will 
be happy to assist you and/or fix any bug in svnX.

Original comment by chris...@gmail.com on 26 Apr 2013 at 10:07

GoogleCodeExporter commented 9 years ago
Thanks.  For an iOS project, bundling 3rd party assemblies embedded in the 
directory structure.

myproj---
          +  Resources
                  +--- Lib1.a
          +  OtherSourceCode
                  + -- *.h
                  + -- *.m

all source code imports, .a files error out.

work around is command line, which is tedious.  SvnX is a great tool.
Appreciate the help.

Original comment by tgnienh...@gmail.com on 29 Apr 2013 at 1:53

GoogleCodeExporter commented 9 years ago
By default Subversion ignores *.a files.
If you want to use them in your working copy(s) you should tell Subversion not 
to ignore them.

Look for ‘global-ignores’ in ~/.subversion/config (text file) and edit the 
line that doesn’t start with a ‘#’ to not contain ‘*.a’.

Original comment by chris...@gmail.com on 29 Apr 2013 at 2:47

GoogleCodeExporter commented 9 years ago

Original comment by chris...@gmail.com on 21 May 2014 at 12:53