Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^7: how to copy source folder excluding specific set of sub folder from parent folder

by robby_dobby (Hermit)
on Aug 16, 2016 at 09:26 UTC ( [id://1169826]=note: print w/replies, xml ) Need Help??


in reply to Re^6: how to copy source folder excluding specific set of sub folder from parent folder
in thread how to copy source folder excluding specific set of sub folder from parent folder

Hi,

Not sure what you mean here. svn:ignore are either client side or server enable property attributes to a repository. Depending on whether the user runs svn export from repository URL or local path, these svn ignored files will remain ignored. Moreover, OP's problem is only limited to handling .svn files and that's why I suggested that he use the export command from svn, instead of writing a file tree walker :-)

As a general principle, svn:ignore files are used where there is a need to keep files locked to a specific version(configuration files, environment specific files etc.) and with no further changes or files irrelevant/unnecessary to be checked into repository (build output files/folders, IDE specific configuration files etc.). If OP is concerned about grabbing ignored files too, they can always do svn getprop svn:ignore and grab those files.

  • Comment on Re^7: how to copy source folder excluding specific set of sub folder from parent folder
  • Select or Download Code

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1169826]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (2)
As of 2024-04-19 19:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found