Bug 427178 - fake .svn directories breaking po file creation
Summary: fake .svn directories breaking po file creation
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Publican
Classification: Community
Component: publican
Version: 2.0
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Jeff Fearn 🐞
QA Contact: Michael Hideo
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-01-02 00:35 UTC by Jeff Fearn 🐞
Modified: 2010-11-24 03:59 UTC (History)
2 users (show)

Fixed In Version: 0.26
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-01-02 00:57:21 UTC
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.