Bug 427178

Summary: fake .svn directories breaking po file creation
Product: [Community] Publican Reporter: Jeff Fearn 🐞 <jfearn>
Component: publicanAssignee: Jeff Fearn 🐞 <jfearn>
Status: CLOSED CURRENTRELEASE QA Contact: Michael Hideo <mhideo>
Severity: low Docs Contact:
Priority: low    
Version: 2.0CC: mmcallis, publican-list
Target Milestone: ---Keywords: Documentation
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 0.26 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-01-02 00:57:21 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jeff Fearn 🐞 2008-01-02 00:35:55 UTC
Description of problem:


Version-Release number of selected component (if applicable):
When you run update-po-all to create the po files fake .svn directories are
being created which prevent svn add from working.

How reproducible:
Always

Steps to Reproduce:
1. svn co a book with no translations
2. cd book
3. ensure OTHER_LANGS contains at least one language
4. make update-po-all
5. svn add <some lang>

Actual results:
Error stating that <some lang> is already under version control.

Expected results:
svn add should work.

Additional info:
This is due to EXTRA_DIRS not excluding .svn directory.

Comment 1 Jeff Fearn 🐞 2008-01-02 00:57:21 UTC
Updated EXTRA_DIRS to exclude .svn directories.

Added svn_add_po make target to aid adding po files to svn repo.