Fixed
Details
Priority
MinorAssignee
AlexAlexReporter
AlexAlexDeveloper
AlexAlexReviewer
Dmitry AndrejevDmitry AndrejevChange Log Group
AddedChange Log Message
Added "svn:ignore" properties to avoid generated files from being committed.Patch Instructions
Patches must be submitted through Phabricator.
To submit patch via Command Line use Patches Workflow (via Arcanist) tutorial.
To submit patch via Web Interface use Patches Workflow (via Web Interface) tutorial.
Story Points
1Sprint
NoneFix versions
Details
Details
Priority
Assignee
Alex
AlexReporter
Alex
AlexDeveloper
Alex
AlexReviewer
Dmitry Andrejev
Dmitry AndrejevChange Log Group
Added
Change Log Message
Added "svn:ignore" properties to avoid generated files from being committed.
Patch Instructions
Patches must be submitted through Phabricator.
To submit patch via Command Line use Patches Workflow (via Arcanist) tutorial.
To submit patch via Web Interface use Patches Workflow (via Web Interface) tutorial.
Story Points
1
Sprint
None
Fix versions
Created July 5, 2013 at 7:32 AM
Updated December 30, 2024 at 1:59 AM
Resolved October 11, 2013 at 10:25 AM
We need to remove "svn:ignore" attributes, that are no longer used (for development branches only) and create .gitignore files to match "svn:ignore" attributes, that are left (for all releases + development branches).
Command
svn pg svn:ignore --recursive
can be used to get all "svn:ignore" properties that are used in the project.