> svn commit -m "bla bla"
Sending        applications/examples/static/styles.css
svn: Commit failed (details follow):
svn: File not found: transaction '51c1d5c1accb9ee5', path '/trunk/
applications/examples/static/styles.css'

If I revert styles.css than I can commit.

> bzr ignore applications/examples/static/epydoc
Warning: the following files are version controlled and match your
ignore pattern:
applications/examples/static/epydoc

Than is bzr ignore for it is not ignored?

Massimo

On Feb 16, 6:54 pm, AchipA <[email protected]> wrote:
> I have been fiddling with svn in my projects for quite some time, I'd
> be glad to help (and let you spend those precious hours on web2py
> instead of some silly VCS).
>
> What error does styles.css give ? From a pristine google code checkout
> I can't see it ever being commited. A 'svn status' for the directory
> would help.
>
> The svn:ignore property only applies to files that are NOT already in
> the repository. If already in there (or added explicitly with svn
> add), the ignore will not be taken into account.
>
> You have a couple of options off the top of my head from easy to more
> complex:
> a) make epydocs touch only stuff that actually changed. No idea if
> this is possible
> b) don't run epydocs unless it's a release commit
> c) call svn commit with explicit non-recursive directory lists (which
> do not contain epydocs) dirs
> d) make a simple script that does svn revert before commit for epydoc
> files that only differ in one line (as that must be the date)
>
> If this sounds like jibberish, just tell me what the desired behaviour
> would be and I'll tell which point that is :)
>
> On Feb 16, 9:34 pm, mdipierro <[email protected]> wrote:
>
> > I am having lots of trouble with this. epydoc is listed in my
> > svnignore and bzrignore but yet it is not been ignored.
> > Please tell me how to fix this and I will.
>
> > I tired deleting the folder before posting but this broke svn badly. I
> > am still having strange problems because it (there is one file I
> > cannot update with svn).
>
> > Massimo
>
> > On Feb 16, 2:28 pm, DenesL <[email protected]> wrote:
>
> > > Latest revisions, 725 thru 727, on svn mark the files in /trunk/
> > > applications/examples/static/epydoc/ as modified and requiring
> > > download, when the only thing that has changed is this line:
>
> > > rev.726: Generated by Epydoc 3.0.1 on Sun Feb 15 15:32:01 2009
> > > rev.727: Generated by Epydoc 3.0.1 on Mon Feb 16 09:39:55 2009
>
> > > Is this really needed?.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to